Method checkIndex
val checkIndex: int64 list -> int64 list -> unit
checks that the given index is valid for the given shape
Declaration
val checkIndex: shp:int64 list -> idx:int64 list -> unit
Parameters
Type | Name | Description |
---|---|---|
int64 list | shp | |
int64 list | idx |