type

abstract val type: Byte(source)

The type of the elements in the vector (called dtype in the specification).

Currently, the following types are implemented:

In most situations, users of this library should use is checks with one of the implementing subclasses rather than attempting to match on this property.