Skip to content

Instantly share code, notes, and snippets.

@wotjd
Created July 22, 2019 09:29
Show Gist options
  • Save wotjd/ae4f3755292cd213e7424eaac738d845 to your computer and use it in GitHub Desktop.
Save wotjd/ae4f3755292cd213e7424eaac738d845 to your computer and use it in GitHub Desktop.
public struct ArraySlice<Element> {
...
@inlinable public func map<T>(_ transform: (Element) throws -> T) rethrows -> [T]
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment