Skip to main content

java_center

Function java_center 

Source
const fn java_center(min: i32, max: i32) -> i32
Expand description

Java integer midpoint used by vanilla jigsaw placement: (min + max) / 2.