unstd.array

Additions to $(STDMODULE _array).

Public Imports

std.array
public import std.array;

Members

Functions

asFlatStaticArray
ref asFlatStaticArray(T t)

Represents value as a flat (single-dimension) static array. Considers T to be an n-dimensional static array type.

rawCopy
void rawCopy(T src, T dest)
void rawCopy(T* src, T* dest, size_t count)

Binary copies src to dest. src and dest can overlap.

Meta

Authors

Denis Shelomovskij