`f32::lerp()` is being merged into nightly Rust with signature of `t.lerp(a, b)`. https://github.com/rust-lang/rust/issues/86269 This makes current `lerp()` method signatures in `glam` confusingly incompatible with `f32`. I wonder if this will/should be addressed in `glam`?