array.pointer

struct array(T, size_t N)
extern (D) pragma(inline, true)
alias pointer = T*

Meta