asN

@safe @property ref @trusted pure nothrow @nogc
E[T.sizeof]
asN
(
E
T
)
(
in ref T x
)
if (
T.sizeof % E.sizeof == 0
)

Return Value

Type: E[T.sizeof]

x as a static array with elements of type E.

Meta