apple / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.23k stars 1.12k forks source link

NSData options should typealias to Data options #4968

Closed jmschonfeld closed 1 month ago

jmschonfeld commented 1 month ago

This removes the various options structs defined in an extension on NSData in favor of type aliases pointing to the "true" option structs provided by FoundationEssentials