from

fun from(source: ArrayLike<T>): S(source)
fun <U : JsAny> from(source: ArrayLike<U>, transform: (item: U, index: Int) -> T): S(source)