Array Constructor
external interface ArrayConstructor
Content copied to clipboard
Functions
from
Link copied to clipboard
abstract fun <T, U> from(iterable: ArrayLike<T>, mapfn: (T, k: Number) -> U): Array<U>
Content copied to clipboard
abstract fun <T, U> from(iterable: Iterable<T>, mapfn: (T, k: Number) -> U): Array<U>
Content copied to clipboard