slice
container.abstract_array.slice
Precondition
Inherited from Sequence.slice
pre debug : from ≥ 0 debug : to = 0 || (if is_array_backed || debug_level > 1 then is_valid_index to-1 else true) debug : from <= to
Type Parameters
0.095dev (GIT hash cad6e82a0e3c9c244c113471b376798c2d702f2d)
up to 'to' (excluded).
Complexity:
index access : O(1)
count : O(1)