module1 : { v1: Vector(), v2: Vector(), v3: Vector([1,2,3,4]), v4: Vector(["one","two","three"]), // the type of vector values can automaticaly deduced v5: [1.0, 2.5, 8.6], // Vector v6: ["one","two","three"] // Vector }