ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
MixedRadixCoder.Decoder
ae
utils
math
mixed_radix
MixedRadixCoder
The decoder.
template
MixedRadixCoder
(I, E, bool withEOF = false)
struct
Decoder {
this
(E encoded);
I
get
(I card);
static if
(
withEOF
)
bool
empty
[@property getter];
}
Constructors
this
this
(E encoded)
Undocumented in source.
Members
Functions
get
I
get
(I card)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
math
mixed_radix
MixedRadixCoder
aliases
VariableLengthEncoder
structs
Decoder
Encoder
RetroEncoder
The decoder.