CheckedWriter.cursor

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

Meta