The OpenD Programming Language

vector.value_type

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

Meta