Get a rope representing given indent level.
auto root = codeInput(.useTabs); assert(root.indentRope == "\t"); assert(root.indentRope(2) == "\t\t"); assert(root.indentRope(3) == "\t\t\t");
See Implementation
Get a rope representing given indent level.