This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
MasterDuke mcmillhj: i think you'll have to (re)assign it to something typed. e.g., `my Int @a = 1,3,2,6,4; @a .= sort; dd @a`  #  OUTPUT: Array[Int] @a = Array[Int].new(1, 2, 3, 4, 6) 01:57
mcmillhj oh okay, I had typed the container already but was passing the result of the sort to a subroutine and that was the issue. sorting like you did in your example seems to typecheck and work just fine. Thank you! 02:36
ab5tract btw, never feel guilty for asking questions! we like that kind of behavior around here :) 08:26
teatime how many roads must a man walk down? 08:32
ab5tract there's a hidden 42 somewhere but I forget the invocation 10:12
m: say 'Life, the Universe and Everything'.WHY 10:15
camelia 42