my $tuple = t('Tuple');
my $tuple_of_str_int = $tuple->parameterize( of => [ t('Str'), t('Int') ] );
my $parent = $tuple_of_str_int->parent; # returns Tuple
my $parameters = $arrayref_of_int->parameters; # returns { of => [ t('Str'), t('Int') ] }
This should be the Specio::Constraint::Structurable object from which this object was created.
This parameter is required.
This is the hashref of parameters for the structured type. These are the parameters returned by the "Structurable" type's "parameterization_args_builder". The exact form of this hashref will vary for each structured type.
This parameter is required.
I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
The full text of the license can be found in the LICENSE file included with this distribution.