peekSlice

Exposes the given root Array as a standard D array.

@property pure nothrow @nogc
inout(T)[]
peekSlice
(
T
)
(
inout(Array!T)* array
)

Parameters

array inout(Array!T)*

the array to expose.

Return Value

Type: inout(T)[]

The given array exposed to a standard D array.

Suggestion Box / Bug Report