Help for this page

Select Code to Download


  1. or download this
    use Types::Standard qw( ArrayRef ConsumerOf );
    
    ..., isa => ArrayRef[ ConsumerOf["SomeRole"] ], ...
    
  2. or download this
    isa => find_type_constraint("ArrayRef")->parameterize(role_type "MyRol
    +e")