Skip to content

Commit 2fc99dd

Browse files
committed
Document Mu.WHERE
1 parent 5ef5cef commit 2fc99dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/Type/Mu.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ Returns an object of type L<ObjAt> which uniquely identifies the object.
137137
Value types override this method which makes sure that two equivalent objects
138138
return the same return value from C<WHICH>.
139139
140+
=head2 method WHERE
141+
142+
method WHERE() returns Int
143+
144+
Returns an C<Int> representing the memory address of the object.
145+
140146
=head2 trait is export
141147
142148
multi sub trait_mod:<is>(Mu:U \type, :$export!)

0 commit comments

Comments
 (0)