dcharWidth

Undocumented in source.

Members

Aliases

table
alias table = int[][]
Undocumented in source.

Functions

dcharWidth
int dcharWidth(Condition c, dchar r)
Undocumented in source. Be warned that the author may not have intended to support it.
dcharWidth
int dcharWidth(dchar r)
Undocumented in source. Be warned that the author may not have intended to support it.
fillLeft
S fillLeft(Condition c, S s, int w)
Undocumented in source. Be warned that the author may not have intended to support it.
fillLeft
S fillLeft(S s, int w)
Undocumented in source. Be warned that the author may not have intended to support it.
fillRight
S fillRight(Condition c, S s, int w)
Undocumented in source. Be warned that the author may not have intended to support it.
fillRight
S fillRight(S s, int w)
Undocumented in source. Be warned that the author may not have intended to support it.
first
uint first(int[] xs)
Undocumented in source. Be warned that the author may not have intended to support it.
inTable
bool inTable(dchar r, table t)
Undocumented in source. Be warned that the author may not have intended to support it.
inTables
bool inTables(dchar r, A tables)
Undocumented in source. Be warned that the author may not have intended to support it.
isAmbiguousWidth
bool isAmbiguousWidth(dchar r)
Undocumented in source. Be warned that the author may not have intended to support it.
isEastAsian
bool isEastAsian(string locale)
Undocumented in source. Be warned that the author may not have intended to support it.
isEastAsian
bool isEastAsian()
Undocumented in source. Be warned that the author may not have intended to support it.
isNeutralWidth
bool isNeutralWidth(dchar r)
Undocumented in source. Be warned that the author may not have intended to support it.
last
uint last(int[] xs)
Undocumented in source. Be warned that the author may not have intended to support it.
stringWidth
int stringWidth(Condition c, S s)
Undocumented in source. Be warned that the author may not have intended to support it.
stringWidth
int stringWidth(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
truncate
S truncate(Condition c, S s, int w, S tail)
Undocumented in source. Be warned that the author may not have intended to support it.
truncate
S truncate(S s, int w, S tail)
Undocumented in source. Be warned that the author may not have intended to support it.
wrap
S wrap(Condition c, S s, int w)
Undocumented in source. Be warned that the author may not have intended to support it.
wrap
S wrap(S s, int w)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Condition
struct Condition
Undocumented in source.

Variables

ambiguous
auto ambiguous;
Undocumented in source.
combining
auto combining;
Undocumented in source.
doublewidth
auto doublewidth;
Undocumented in source.
emoji
auto emoji;
Undocumented in source.
mblenTable
int[string] mblenTable;
Undocumented in source.
neutral
auto neutral;
Undocumented in source.
nonprint
auto nonprint;
Undocumented in source.
notassigned
auto notassigned;
Undocumented in source.
private_
auto private_;
Undocumented in source.

Meta