1Set::Scalar::ValuedUnivUesresre(C3o)ntributed Perl DocumSeentt:a:tSicoanlar::ValuedUniverse(3)
2
3
4

NAME

6       Set::Scalar::ValuedUniverse - universes for valued set members
7

SYNOPSIS

9       Do not use directly.
10

DESCRIPTION

12       There are only two guaranteed interfaces, both sort of indirect.
13
14       The first one is accessing the universe of a valued set:
15
16           $valued_set->universe
17
18       This contains the members of the universe
19
20           $valued_set->universe->members
21
22       of the $valued_set.
23
24       The second supported interface is displaying universes of valued sets.
25
26           print $valued_set->universe, "\n";
27
28       This will display the members of the valued set inside square brackets:
29       [], as opposed to valued sets, which have their members shown inside
30       parentheses: ().
31

AUTHOR

33       Jarkko Hietaniemi <jhi@iki.fi>
34
35
36
37perl v5.30.0                      2019-07-26    Set::Scalar::ValuedUniverse(3)
Impressum