The OpenD Programming Language

vector.length

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

Meta