File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,26 @@ The number of elements of the set.
119
119
The total of all the values of the C < QuantHash > object. For a C < Setty >
120
120
object, this is just the number of elements.
121
121
122
+ = head2 method minpairs
123
+
124
+ Defined As:
125
+
126
+ multi method minpairs(Setty:D: --> Seq:D)
127
+
128
+ Returns the value of L « C < self.pairs > |/routine/pairs»
129
+ (as all Pairs have minimum values). See also
130
+ L « C < Any.minpairs > |/routine/minpairs»
131
+
132
+ = head2 method maxpairs
133
+
134
+ Defined As:
135
+
136
+ multi method maxpairs(Setty:D: --> Seq:D)
137
+
138
+ Returns the value of L « C < self.pairs > |/routine/pairs»
139
+ (as all Pairs have maximum values). See also
140
+ L « C < Any.maxpairs > |/routine/maxpairs»
141
+
122
142
= head2 method default
123
143
124
144
Defined as:
You can’t perform that action at this time.
0 commit comments