protocol SubscriptWrite<I, T>Defines value[index] = replacement through an exclusive receiver.
replacement is consumed into the collection. Bounds and copy-on-write behavior are supplied by the concrete conformance.
protocol SubscriptWrite<I, T>Defines value[index] = replacement through an exclusive receiver.
replacement is consumed into the collection. Bounds and copy-on-write behavior are supplied by the concrete conformance.