Help for this page
if ( ArrayRef[Int]->check( \@numbers ) ) { ...; }
if ( ( ArrayRef[Int] )->check( \@numbers ) ) { ...; }
if ( ArrayRef->of( Int )->check( \@numbers ) ) { ...; }