The OpenD Programming Language

vector.pointer

import core.stdcpp.vector;
struct vector(T, Alloc)
extern (D)
alias pointer = T*

Meta