base32 ~master (2015-05-14T14:01:52Z)
Dub
Repo
encoder.Encoder
base32
Base32Impl
encoder
Undocumented in source.
template
encoder
(Range)
struct
Encoder {
this
(Range source);
static if
(
isInfinite!Range
)
enum
empty
;
static if
(!(
isInfinite!Range
))
bool
empty
[@property getter];
char
front
[@property getter];
void
popFront
();
static if
(
isForwardRange!Range
)
typeof
(
this
)
save
[@property getter];
static if
(
hasLength!Range
)
size_t
length
[@property getter];
}
Constructors
this
this
(Range source)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
empty
enum
empty
;
Undocumented in source.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
char
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof
(
this
)
save
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
base32
Base32Impl
encoder
functions
encoder
structs
Encoder