array.const_pointer

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

Meta