The standard List type is backed by an internal array with O(1) access performance.
List does not use a linked list implementation.
The standard List type is backed by an internal array with O(1) access performance.
List does not use a linked list implementation.