|
NAMEList::Objects::WithUtils::Hash::Immutable - Immutable hash objectsSYNOPSISuse List::Objects::WithUtils 'immhash'; my $hash = immhash( foo => 1, bar => 2 ); DESCRIPTIONThese are immutable hash objects; attempting to call list-mutating methods (or modify the backing hash directly) will throw an exception.This class consumes the following roles, which contain most of the relevant documentation: List::Objects::WithUtils::Role::Hash List::Objects::WithUtils::Role::Hash::Immutable (See List::Objects::WithUtils::Hash for a mutable implementation.) immhashCreates a new immutable hash object.AUTHORJon Portnoy <avenj@cobaltirc.org>
Visit the GSP FreeBSD Man Page Interface. |