1Moose::Autobox::IndexedU(s3e)r Contributed Perl DocumentaMtoioosne::Autobox::Indexed(3)
2
3
4

NAME

6       Moose::Autobox::Indexed - the Indexed role
7

VERSION

9       version 0.16
10

DESCRIPTION

12       This is a role to describes an collection whose values can be accessed
13       by a key of some kind.
14
15       The role is entirely abstract, those which implement it must supply all
16       it's methods. Currently both Moose::Autobox::Array and
17       Moose::Autobox::Hash implement this role.
18

METHODS

20       "meta"
21

REQUIRED METHODS

23       "at"
24       "put"
25       "exists"
26       "keys"
27       "values"
28       "kv"
29       "slice"
30       "each"
31       "each_key"
32       "each_value"
33

SUPPORT

35       Bugs may be submitted through the RT bug tracker
36       <https://rt.cpan.org/Public/Dist/Display.html?Name=Moose-Autobox> (or
37       bug-Moose-Autobox@rt.cpan.org <mailto:bug-Moose-Autobox@rt.cpan.org>).
38
39       There is also a mailing list available for users of this distribution,
40       at <http://lists.perl.org/list/moose.html>.
41
42       There is also an irc channel available for users of this distribution,
43       at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
44

AUTHOR

46       Stevan Little <stevan.little@iinteractive.com>
47
49       This software is copyright (c) 2006 by Infinity Interactive, Inc.
50
51       This is free software; you can redistribute it and/or modify it under
52       the same terms as the Perl 5 programming language system itself.
53
54
55
56perl v5.32.0                      2020-07-28        Moose::Autobox::Indexed(3)
Impressum