-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop the
value:
parameter name from the various PackedArray.* append
methods. Do that, but still provide a deprecated entry point to prevent breaking code. In a few cases where we surfaced an API that did the append but with the underlying type, we keep the value: parameter in the API, but introduce a convenience `append(_:)` method of the right type, for example for PackedByteArray that would be: 'func append(_ value: UInt8)`
- Loading branch information
1 parent
5295ca9
commit c9e2320
Showing
2 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters