cogito v1.3.1 (2022-05-15T18:12:04Z)
Dub
Repo
Range
cogito
list
List range.
struct
Range (
T
) {
this
();
bool
empty
();
inout
(
T
)
front
();
void
popFront
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
empty
bool
empty
()
front
inout
(
T
)
front
()
popFront
void
popFront
()
Removes the front element of the range.
Meta
Source
See Implementation
cogito
list
structs
List
Range
List range.