You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The remarks section of the ToBuilder method of the ImmutableArray class (System.Collections.Immutable) incorrectly states it is an O(1) operation.
The implementation calls an AddRange on the Builder class, which is clearly O(n).