TypeVec¶
- class dsviper.TypeVec(element_type, size)¶
Bases:
objectA class used to represent a vec<element_type, size> type.
- element_type() _NumericTypes¶
Return the element type.
- elements_type() TypeVector¶
Return the type for elements.
- size() int¶
Return the number of elements.
- type_code() str¶
Return the type code.