fast ~master (2019-01-11T17:14:26Z)
Home
Dub
Repo
UnicodeCharacterDatabase.Table
unicode
generator
UnicodeCharacterDatabase
Undocumented in source.
struct
UnicodeCharacterDatabase
struct
Table {
uint
level
;
uint
idx
;
TableEntry
[
256
]
entries
;
size_t
toHash
();
bool
opEquals
(Table key);
}
Members
Functions
opEquals
bool
opEquals
(Table key)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
entries
TableEntry
[
256
]
entries
;
idx
uint
idx
;
Undocumented in source.
level
uint
level
;
Undocumented in source.
Meta
Source
See Implementation
unicode
generator
UnicodeCharacterDatabase
constructors
this
functions
generateEnumerationCode
structs
Table
TableEntry
variables
entries
enumerationValues
type
varName