nxt.soa_petar_kirov

Undocumented in source.

Members

Functions

roundUpToPowerOf2
size_t roundUpToPowerOf2(size_t s)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SoA
struct SoA(T, alias Allocator = from!`std.experimental.allocator.gc_allocator`.GCAllocator)

Structure of Arrays

Templates

allocatorInstanceOf
template allocatorInstanceOf(alias Allocator)
Undocumented in source.
from
template from(string module_)
Undocumented in source.
staticMapReduce
template staticMapReduce(alias map, alias reduce, Args...)

Applies map to each element of a compile-time sequence and then recursively calls reduce on each pair.

Meta