des.stdx.range

Undocumented in source.

Public Imports

std.range
public import std.range;
Undocumented in source.

Members

Functions

arrayOutputRange
auto arrayOutputRange(A arr)

return output range with reference to array

fillFlat
void fillFlat(R output, V val, E tail)

fill output range with flat values

flatData
auto flatData(E vals)

create flat copy of vals

getFlatLength
size_t getFlatLength(V val, E tail)

get flat length of values

mapFlat
void mapFlat(R output, V val, E tail)

fill output range with result of fn() called per elements

Templates

ElementTypeRec
template ElementTypeRec(T)

Meta