InsertAfterOp

Distinguish between insert after/before to do the "insert afters" first and then the "insert befores" at same index. Implementation of "insert after" is "insert before index+1".

class InsertAfterOp : InsertBeforeOp!T(
T
) {}

Constructors

this
this(size_t index, T text)
Undocumented in source.

Meta