pub trait Luhn { // Required method fn luhn(&self) -> bool; }
あ: 誤り検出符号 - error detecting code
クレジットカード番号の確認アルゴリズム
クレジットカード番号の桁数から u64 と u128 に実装する