buffalo_core.typing.IntArray
- buffalo_core.typing.IntArray
NumPy array with
int32dtype.Use this alias for array-only parameters and return values whose normalized representation should remain an int32 NumPy array.
alias of
ndarray[tuple[int, …],dtype[int32]]