The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Take.opDollar
std
range
Take
Range primitives
import std.range;
struct
Take
(Range)
static if
(
isInfinite!R
)
alias
opDollar
=
length
Meta
Source
See Implementation
std
range
Take
aliases
opDollar
functions
moveAt
moveBack
moveFront
opIndex
opIndexAssign
opSlice
popBack
popFront
properties
back
empty
front
length
maxLength
save
variables
source
Range primitives