Simple, blazingly fast way of checking if a variable is equal to 42.
```rust let number = 42;
assert!(is42::is42(number)); ```