TextTempl.overwriteChar

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

class TextTempl(BitmapType = Bitmap8Bit)
public @safe pure
dchar
overwriteChar
(
size_t pos
,
dchar c
)

Meta