jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
rtMap
jaypha
algorithm
Undocumented in source.
struct
rtMap (
R
T
)
if
(
isInputRange
!
R
) {
this
(R range, T delegate(ElementType!R) mapper);
T
front
[@property getter];
bool
empty
[@property getter];
void
popFront
();
}
Constructors
this
this
(R range, T delegate(ElementType!R) mapper)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
jaypha
algorithm
functions
diff
findSplit
grab
munch
structs
rtMap
templates
meld