mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
ab1b343dad
`getValue` -> `value` `getValueOr` -> `value_or` `hasValue` -> `has_value` `map` -> `transform` The old API will be deprecated in the rebranch. To avoid merge conflicts, use the new API already in the main branch. rdar://102362022