hyphenate ~master (2021-08-16T14:05:28Z)
Dub
Repo
BitArray
hyphenate
Compressed representation for short integral arrays.
struct
BitArray {
this
(R data);
bool
empty
[@property getter];
ubyte
front
[@property getter];
void
popFront
();
}
Constructors
this
this
(R data)
Members
Functions
popFront
void
popFront
()
Properties
empty
bool
empty
[@property getter]
front
ubyte
front
[@property getter]
Meta
Source
See Implementation
hyphenate
aliases
Priorities
functions
bt
properties
letters
priorities
structs
BitArray
Hyphenator
Trie
Compressed representation for short integral arrays.