We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4678149 commit a80a093Copy full SHA for a80a093
doc/Type/Iterable.pod
@@ -4,7 +4,7 @@
4
5
=SUBTITLE Interface for container objects that can be iterated over
6
7
- class Iterable { }
+ role Iterable { }
8
9
C<Iterable> serves as an API for objects that can be iterated with the
10
C<for> construct and related iteration constructs, like hyper operators.
doc/Type/QuantHash.pod
=SUBTITLE Collection of objects represented as hash keys
- class QuantHash does Associative { }
+ role QuantHash does Associative { }
A C<QuantHash> represents a set of objects, represented as the keys of a
C<Hash>. When asked to behave as a list it ignores its C<.values> and
0 commit comments