TextTempl.insertChar

Inserts a given character at the given position. Return the inserted character if within bound, or dchar.init if position points to a place where it cannot be inserted easily.

class TextTempl(BitmapType = Bitmap8Bit)
public @trusted pure
dchar
insertChar
(
size_t pos
,
dchar c
)

Meta