transformIndexed

fun List<Tile>.transformIndexed(transformer: (Int, Tile) -> Tile): List<Tile>

Sources

(source)
Link copied to clipboard