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