FreeBSD Manual Pages
List::Objects::WithUtiUserLContributedsPerltDocumentArray::Immutable::Typed(3) NAME List::Objects::WithUtils::Array::Immutable::Typed - Immutable typed arrays SYNOPSIS use List::Objects::WithUtils 'immarray_of'; use Types::Standard -types; my $array = immarray_of( Int() => 1, 2, 3 ); DESCRIPTION These are immutable type-checking array objects, essentially a combination of List::Objects::WithUtils::Array::Typed and List::Objects::WithUtils::Array::Immutable. Type-checking is performed when the object is created; attempts to modify the object will throw an exception. This class consumes the following roles, which contain most of the relevant documentation: List::Objects::WithUtils::Role::Array List::Objects::WithUtils::Role::Array::WithJunctions List::Objects::WithUtils::Role::Array::Typed List::Objects::WithUtils::Role::Array::Immutable AUTHOR Jon Portnoy <avenj@cobaltirc.org> perl v5.32.1 List::Objects::WithUtils::Array::Immutable::Typed(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=List::Objects::WithUtils::Array::Immutable::Typed&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>