pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
ASCIITextFilter
pixelperfectengine
concrete
types
inputfilter
Undocumented in source.
class
ASCIITextFilter :
InputFilter
{
static
dstring
SYMBOL_LIST
;
this
();
void
use
(dstring input);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
use
void
use
(dstring input)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
SYMBOL_LIST
dstring
SYMBOL_LIST
;
Undocumented in source.
Inherited Members
From InputFilter
use
void
use
(dstring input)
Uses this input filter on the provided text.
Meta
Source
See Implementation
pixelperfectengine
concrete
types
inputfilter
classes
ASCIITextFilter
DecimalFilter
HexadecimalFilter
InputFilter
IntegerFilter