Muscat.Types module¶
- MuscatFloat¶
Type for the floats in Muscat. fields values and point positions for example.
- MuscatIndex¶
Type for the ints in Muscat. originalIDs, connectivity matrix and indices for example.
- ScalarIntLike¶
MetaType for typing int like arguments
alias of
Union
[int
,int64
]