fn main() { let x = dvec::DVec(); x.push(1); io::println(fmt!("%d", x[0])); }