コード例 #1
0
 public static CorrectionResult Suggest(string input) =>
 Checker.Check(input) switch
 {
     false => Checker.Suggest(input) switch