Skip to main content

RandomAccessCollection

Methods

lazyCachedMap(_:)

Lazily apply transformation to sequence

public func lazyCachedMap<T>(_ transformation: @escaping (Element) -> T) -> LazyCachedMapCollection<T> 

Did you find this page helpful?