Indexing operators yield or modify the value at a specified index.
Precondition: i < length
Complexity: O(1)
See Implementation
Indexing operators yield or modify the value at a specified index.
Precondition: i < length
Complexity: O(1)