Skip Navigation
Global Nav Open Menu
Global Nav Close Menu
Apple Developer
Search Developer
Cancel
Apple Developer
Discover
Design
Develop
Distribute
Support
Account
Documentation
Open Menu
Close Menu
Swift
Swift Standard Library
Collections
Supporting Types
⋯
Swift
Swift Standard Library
Collections
Supporting Types
AnyRandomAccessCollection
map(_:)
Language:
Swift
API Changes:
None
Generic Instance Method
map(_:)
No overview available.
SDK
Xcode 9.0+
Framework
Swift Standard Library
Declaration
func
map
<
T
>(
_
transform
: (Element)
throws
-> T)
rethrows
-> [T]