phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
ArrayRange.array
iz
sugar
ArrayRange
returns a slice of the source, according to front and back.
T
[]
array
()
struct
ArrayRange
(T, bool assumeDecoded = false, bool infinite = false)
static if
(
!isSomeChar!T || assumeDecoded || is(T == dchar)
)
T
[]
array
(
)
T
[]
array
()
T
*
_front
;
T
*
_back
;
Meta
Source
See Implementation
iz
sugar
ArrayRange
constructors
this
functions
array
back
front
popBack
popFront
save
properties
empty
returns a slice of the source, according to front and back.