Twice Appearance
use Test;
my &twice-appearance = *.comb.repeated.head;
is "acbddbca".&twice-appearance, "d";
is "abccd".&twice-appearance, "c";
is "abcdabbb".&twice-appearance, "a";INFO
use Test;
my &twice-appearance = *.comb.repeated.head;
is "acbddbca".&twice-appearance, "d";
is "abccd".&twice-appearance, "c";
is "abcdabbb".&twice-appearance, "a";