Disambiguation
We may also use Perl 6 syntax to resolve ambiguities:
any # could be lots of things any() # definitely the any() subroutine &any # also the any() subroutine .any # definitely an "any" method, class perhaps ambiguous List.any # definitely the "List.any" method Any # probably a type, but could be ambiguous ::Any # almost certainly a type