TextParserTempl.this

Creates a new instance with a select string input.

class TextParserTempl(BitmapType = Bitmap8Bit)
public @safe pure nothrow
this
(
dstring _input
,
CharacterFormattingInfo!BitmapType val
)
if (
is(BitmapType == Bitmap8Bit) ||
is(BitmapType == Bitmap16Bit)
||
is(BitmapType Bitmap32Bit)
)

Meta