CheckedWriter.cursor

Undocumented in source.
  1. Cursor cursor;
    struct CheckedWriter(WriterType, CursorType = void)
    static if(is(CursorType == void))
    Cursor cursor;
  2. CursorType cursor;

Meta