```rust fn is_high(&mut self) -> bool { self.is_high_non_mut() } ``` ^^^ That would be really confusing to read lol