Function std::at_vec::build

pub fn build<A>(size: Option<uint>, builder: &fn(push: &fn(v: A))) -> @[A]

Builds a vector by calling a provided function with an argument function that pushes an element to the back of a vector. The initial size for the vector may optionally be specified

Arguments