is-42

Simple, blazingly fast way of checking if a variable is equal to 42.

Example

```rust let number = 42;

assert!(is42::is42(number)); ```