arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
BufferedInputRange.appendToFront
arsd
png
BufferedInputRange
Append the next item available on the underlying range to our buffer.
struct
BufferedInputRange
(Range)
void
appendToFront
(
)
if
(
isInputRange
!(
Range
) &&
isArray
!(
ElementType
!(
Range
))
)
Meta
Source
See Implementation
arsd
png
BufferedInputRange
constructors
this
functions
appendToFront
consumeFromFront
empty
front
popFront
Append the next item available on the underlying range to our buffer.