inline fun <reified R> to(mapper: (T) -> R): Pair<R, Array<out R>>
Maps each argument to the given type R by using the given mapper
Returns The mapped first and others.