phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
UniqueTake.front
nxt
unique_range
UniqueTake
Range primitives
auto ref
front
()
struct
UniqueTake
(Range)
@
property
ref
auto ref
front
(
)
if
(
isInputRange
!(
Unqual
!
Range
) &&
!
(
(
!
isInfinite
!(
Unqual
!
Range
) &&
hasSlicing
!(
Unqual
!
Range
)
)
||
is
(
Range
T
==
UniqueTake
!
T
)
)
)
auto
front
(ElementType!R v)
bool
empty
()
void
popFront
()
UniqueTake
save
()
size_t
length
()
alias
opDollar
=
length
auto
opSlice
(size_t i, size_t j)
size_t
length
()
Meta
Source
See Implementation
nxt
unique_range
UniqueTake
aliases
opDollar
functions
back
empty
front
length
maxLength
moveAt
moveBack
opIndex
opIndexAssign
opSlice
popBack
popFront
save
variables
source
Range primitives