Commit 1a57eff
committed
Mark DataContainer.subscript as mutating set
DataContainer already allows mutating via the `append()` method, and all
implementations of DataContainer (Foundation Data, UInt8 array, and
LowEnergyAdvertisingData) support setting via the subscript notation,
but it was not allowed on the generic type because this was marked as
only allowing get access.1 parent 78aacf6 commit 1a57eff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments