wrap

fun Int.wrap(low: Int, high: Int): Int
fun Float.wrap(low: Float, high: Float): Float
fun Double.wrap(low: Double, high: Double): Double