fn from()
in
src/dimensions.rs [40:42]
3
lines of code
1
McCabe index (conditional complexity)
fn from((x, y): (usize, usize)) -> Self { Self { x, y } }