Search
Preparing search index...
The search index is not available
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"types/index.d"
"@stdlib/types/slice"
Slice
Interface Slice<T, U, V>
A slice object.
Type parameters
T
U
V
Hierarchy
Slice
Index
Properties
start
step
stop
Properties
start
start
:
T
Starting index (inclusive).
step
step
:
V
Index increment.
stop
stop
:
U
Ending index (exclusive).
Packages
"types/index.d"
"@stdlib/types/array"
"@stdlib/types/blas"
"@stdlib/types/complex"
"@stdlib/types/iter"
"@stdlib/types/ndarray"
"@stdlib/types/object"
"@stdlib/types/random"
"@stdlib/types/slice"
"@stdlib/types/utilities"
"@stdlib/types/wasm"
Multi
Slice
Slice
start
step
stop
A slice object.