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".

Constructors

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

Inherited Members

From InsertBeforeOp

execute
size_t execute(Variant buf)

@uml @override

Meta