cogito ~master (2022-04-23T16:06:50Z)
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.