mapIndexed

open fun Buffer<T>.mapIndexed(block: A.(index: Int, T) -> T): Buffer<T>

Sources

Link copied to clipboard