-
Luhn Algorithm
Declaration
Swift
case luhn
-
Validate input String with specified algorithm.
Declaration
Swift
func validate(_ input: String) -> Bool
Luhn Algorithm
Swift
case luhn
Validate input String with specified algorithm.
Swift
func validate(_ input: String) -> Bool