The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Decoder.empty
std
base64
Base64Impl
Decoder
struct
Decoder
(Range)
@
property
@
safe
nothrow const
bool
empty
(
)
if
(
isInputRange
!
Range
&&
is
(
ElementType
!
Range
:
char
)
)
Return Value
Type:
bool
true if there are no more elements to be iterated.
Meta
Source
See Implementation
std
base64
Base64Impl
Decoder
functions
popFront
properties
empty
front
save