to

inline fun <R> to(mapper: (T) -> R): Pair<R, Array<out R>>(source)

Maps each argument to the given type R by using the given mapper