Array.data

struct Array(T)
inout @system
inout(T)[]
data
()
if (
!is(immutable T == immutable bool)
)

Return Value

Type: inout(T)[]

the internal representation of the array.

Complexity: O(1).

Meta