Search Results

phobos
std.​array.​staticArray

Constructs a static array from a range. When a.length is not known at compile time, the number of elements must be given as a template argument (e.g. myrange.staticArray!2). Size and type can be combined, if the source range elements are implicitly convertible to the requested element type (eg: 2.iota.staticArray!(long[2])).

scid
scid.​util.​staticArray

Create a static array literal without any heap allocation.

bubel-ecs
tests.​bugs.​staticArray
Undocumented in source. Be warned that the author may not have intended to support it.
ae
ae.​utils.​array.​staticArray
Undocumented in source. Be warned that the author may not have intended to support it.
bubel-ecs
tests.​vector.​staticArray
Undocumented in source. Be warned that the author may not have intended to support it.
ocean
ocean.​io.​serialize.​StructSerializer.​MeToo.​staticArray
Undocumented in source.
bubel-ecs
tests.​basic.​staticArray
Undocumented in source. Be warned that the author may not have intended to support it.
bubel-ecs
ecs_utils.​utils.​staticArray
Undocumented in source. Be warned that the author may not have intended to support it.
bubel-ecs
tests.​access_perf.​staticArray
Undocumented in source. Be warned that the author may not have intended to support it.
bubel-ecs
tests.​perf.​staticArray
Undocumented in source. Be warned that the author may not have intended to support it.
bubel-ecs
tests.​map.​staticArray
Undocumented in source. Be warned that the author may not have intended to support it.