Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 151 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 151 Bytes

is-42

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

Example

let number = 42;

assert!(is_42::is_42(number));