carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
dsegment.Segment
carbon
range
dsegment
Undocumented in source.
template
dsegment
(Range)
struct
Segment {
E
[]
front
();
const
(
E
)[]
front
();
static if
(
isInfinite!Range
)
enum
bool
empty
;
static if
(!(
isInfinite!Range
))
bool
empty
();
void
popFront
();
static if
(
isForwardRange!Range
)
typeof
(
this
)
save
();
}
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
E
[]
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
const
(
E
)[]
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof
(
this
)
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
empty
enum
bool
empty
;
Undocumented in source.
Meta
Source
See Implementation
carbon
range
dsegment
aliases
E
functions
dsegment
structs
Segment