bloqade.lanes.types
types¶
bloqade.lanes.types
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
StateType | — | types.PyClass(State) | |
MeasurementFutureType | — | types.PyClass(MeasurementFuture) | |
ElemType | — | typing.TypeVar('ElemType') | |
Dim0Type | — | typing.TypeVar('Dim0Type') | |
Dim1Type | — | typing.TypeVar('Dim1Type') | |
ArrayType | — | types.Generic(Array, types.TypeVar('ElemType'), types.TypeVar('Dim0Type'), types.TypeVar('Dim1Type')) |