The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BufferedInputRange.empty
arsd
png
BufferedInputRange
Forwards to the underlying range's empty function
struct
BufferedInputRange
(Range)
bool
empty
(
)
if
(
isInputRange
!(
Range
) &&
isArray
!(
ElementType
!(
Range
))
)
Meta
Source
See Implementation
arsd
png
BufferedInputRange
constructors
this
functions
appendToFront
consumeFromFront
empty
front
popFront
Forwards to the underlying range's empty function