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