pub fn luhn_check(arg1: Expr) -> Expr
Returns whether the input string of digits is valid according to the Luhn algorithm.