Sha256: fad81e1f567929d97e4cd3989819c37158c4a18753380a371c4e2212b7a4857e
Contents?: true
Size: 266 Bytes
Versions: 112
Compression:
Stored size: 266 Bytes
Contents
say my $candidates = all «Alphabet subdermatoglyphic ‘Emily Jung Schwartzkopf’».pick: 2; say “All isograms? {$_ ?? ‘✔’ !! ‘❌’}” given is-isogram($candidates).so; sub is-isogram (Str $_ --> Bool) { .uc.comb(/<:L>/).Bag ⊆ 'A'..'Z'; }
Version data entries
112 entries across 112 versions & 1 rubygems