Unpackable
Parameters
[*DType]
the parameterized abstract type every unpackable type could nominally inherit from either directly or indirectly.
graph BT
N1["Unpackable[*DType]"] -->|inherits| N2["Iterable[DType]"];
N1["Unpackable[*DType]"] -->|inherits| N3["UnpackableAT"];
Characteristics
Quality | Value |
---|---|
Inherits | Iterable[DType], UnpackableAT |
Extends | N/A |
Decorators | N/A |
Is enum | false |
Is sealed | false |
Is extern | false |
Methods
construct
#default
#Gambol.function.alwaysinline
construct (s Self) -> Self
len
#strict
len (s Self) -> Len
get_iterator
get_iterator (s Self) -> nom Iterator[DType]