nanogui v0.3.1 (2020-03-06T20:08:46Z)
Dub
Repo
Model.Range
examples
sdl
Model
Undocumented in source.
struct
Model
(T)
struct
Range (
R
) {
this
();
this
(R source, size_t from, size_t to);
auto
front
();
auto
empty
();
void
popFront
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(R source, size_t from, size_t to)
Undocumented in source.
Members
Functions
empty
auto
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto
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.
Meta
Source
See Implementation
examples
sdl
Model
constructors
this
functions
opSlice
structs
Range
variables
data