Array.this

Creates a new $(D_PSYMBOL Array) with the elements from a static array.

Parameters

R

Static array size.

init T[R]

Values to initialize the array with.

allocator Allocator

Allocator.

Meta