=begin pod =TITLE class Any class Any is Mu { ... } While C is the root of the Perl 6 class hirarchy, C is the class that serves as a default base class for new classes, and as the base class for most built-in classes. =head1 Methods =head2 ACCEPTS multi method ACCEPTS(Any:D: Mu $other) Returns C if C<$other === self> (ie it checks object identity). =head2 any Interprets the invocant as a list and creates an C-Junction from it. =head2 all Interprets the invocant as a list and creates an C-Junction from it. =head2 one Interprets the invocant as a list and creates an C-Junction from it. =head2 none Interprets the invocant as a list and creates an C-Junction from it. =end pod