luhn_check

Function luhn_check 

Source
pub fn luhn_check(arg1: Expr) -> Expr
Expand description

Returns whether the input string of digits is valid according to the Luhn algorithm.