# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #132290]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=132290 >


Code:
say .name, “ – ”, .gist for <a b c>.^methods

Result:
from-iterator – from-iterator
from-slurpy – from-slurpy
from-slurpy-onearg – from-slurpy-onearg
from-slurpy-flat – from-slurpy-flat
new – new
to – to
from – from
sum – sum
fmt – fmt
BIND-POS – BIND-POS
reification-target – reification-target
iterator – iterator
sink – sink
STORE – STORE
eager – eager
Capture – Capture
FLATTENABLE_LIST – FLATTENABLE_LIST
FLATTENABLE_HASH – FLATTENABLE_HASH
CALL-ME – CALL-ME
pick – pick
roll – roll
reverse – reverse
rotate – rotate
combinations – combinations
permutations – permutations
join – join
push – push
append – append
unshift – unshift
prepend – prepend
shift – shift
pop – pop
item – item
of – of
hyper – hyper
race – race
lazy – lazy
flat – flat
lazy-if – lazy-if
Bool – Bool
Int – Int
end – Method+{<anon|94370560268544>}.new
Numeric – Numeric
Str – Str
elems – Method+{<anon|94370560268544>}.new
AT-POS – Method+{<anon|94370560268544>}.new
EXISTS-POS – Method+{<anon|94370560268544>}.new
ACCEPTS – ACCEPTS
list – Method+{<anon|94370560268544>}.new
values – Method+{<anon|94370560268544>}.new
keys – Method+{<anon|94370560268544>}.new
kv – Method+{<anon|94370560268544>}.new
pairs – Method+{<anon|94370560268544>}.new
antipairs – Method+{<anon|94370560268544>}.new
invert – Method+{<anon|94370560268544>}.new
gist – gist
perl – perl
List – Method+{<anon|94370560268544>}.new
Slip – Method+{<anon|94370560268544>}.new
Array – Method+{<anon|94370560268544>}.new
Supply – Method+{<anon|94370560268544>}.new
is-lazy – is-lazy
sort – Method+{<anon|94370560268544>}.new
tail – tail
Bag – Method+{<anon|94370560268544>}.new
MixHash – Method+{<anon|94370560268544>}.new
Mix – Method+{<anon|94370560268544>}.new
Set – Method+{<anon|94370560268544>}.new
BagHash – Method+{<anon|94370560268544>}.new
SetHash – Method+{<anon|94370560268544>}.new
BUILDALL – BUILDALL



I think that “Method+{<anon|94370560268544>}.new” is a LTA gist for a method 
object.

Reply via email to