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 299a655 commit 0764762Copy full SHA for 0764762
doc/Type/Mu.pod
@@ -63,8 +63,9 @@ readable. Method C<Str> warns on type objects, and produces the empty string.
63
multi sub gist(Mu) returns Str
64
multi method gist() returns Str
65
66
-Returns a string representation of the invocant, optimized for
67
-fast recognition by humans.
+Returns a string representation of the invocant, optimized for fast recognition
+by humans. As such lists will be truncated at 100 elements. Use C<.perl> to get
68
+all elements.
69
70
The default C<gist> method in C<Mu> re-dispatches to the L<perl> method for
71
defined invocants, and returns the type name in parenthesis for type object
0 commit comments