if ( ArrayRef[Int]->check( \@numbers ) ) { ...; } #### if ( ( ArrayRef[Int] )->check( \@numbers ) ) { ...; } #### if ( ArrayRef->of( Int )->check( \@numbers ) ) { ...; }
## if ( ( ArrayRef[Int] )->check( \@numbers ) ) { ...; } ##
## if ( ArrayRef->of( Int )->check( \@numbers ) ) { ...; }