phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
ArrayRange.array
iz
sugar
ArrayRange
returns a slice of the source, according to front and back.
T
[]
array
()
T
[]
array
()
struct
ArrayRange
(T, bool assumeDecoded = false, bool infinite = false)
static if
(!(
!isSomeChar!T || assumeDecoded || is(T == dchar)
))
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.