dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
OptionRange.opIndex
dstruct
option
OptionRange
struct
OptionRange
(T)
@
nogc
@
safe
pure nothrow
inout
(
T
)
opIndex
inout
(
size_t
index
)
in { assert (index <= length, "Index out of bounds!"); }
if
(
is
(
T
== class) ||
isPointer
!
T
)
Meta
Source
See Implementation
dstruct
option
OptionRange
aliases
back
popBack
constructors
this
functions
opIndex
popFront
properties
empty
front
length
save