AListSliceExtensions Module
Slicing for adaptive lists (gap sheet §10.1): list.[a..b]. The
bounds are clamped; the slice is the window [a, b] inclusive.
Type extensions
| Type extension |
Description
|
|
Slicing:
Extended Type:
Example
val items: obj
val middle: obj
|
Mibo