DOKK / manpages / debian 12 / liblist-objects-withutils-perl / List::Objects::WithUtils::Array::Immutable::Typed.3pm.en
List::Objects::WithUtils::Array::Immutable::Typed(3pm) User Contributed Perl Documentation List::Objects::WithUtils::Array::Immutable::Typed(3pm)

List::Objects::WithUtils::Array::Immutable::Typed - Immutable typed arrays

  use List::Objects::WithUtils 'immarray_of';
  use Types::Standard -types;
  my $array = immarray_of( Int() => 1, 2, 3 );

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

Jon Portnoy <avenj@cobaltirc.org>

2022-09-27 perl v5.34.0