Ejemplo n.º 1
0
func GetArray(s *structvec.StructVec) Arr {
	return Arr(s.GetArray().([]One))
}