1Moose::Autobox::IndexedU(s3e)r Contributed Perl DocumentaMtoioosne::Autobox::Indexed(3)
2
3
4
6 Moose::Autobox::Indexed - the Indexed role
7
9 version 0.16
10
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
20 "meta"
21
23 "at"
24 "put"
25 "exists"
26 "keys"
27 "values"
28 "kv"
29 "slice"
30 "each"
31 "each_key"
32 "each_value"
33
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
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.36.0 2022-07-22 Moose::Autobox::Indexed(3)