Example #1
0
File: Vec.cpp Project: 4sp1r3/ITS
Vec::Vec(const Vec2 &v) : data(v.Ref()), elts(v.Elts()) {
}