greenfork japhb: Could you comment on the use of := operator, I see it sprinkled in some places, e.g. here github.com/Raku-MUGS/MUGS-Games/bl...kumod#L217 09:41
Is this to just avoid containerization-decontainerization overhead for a little bit of performance? 09:42
lizmat yes, that's basically the reason for using := 09:47
greenfork: in the case of %has := foo it also means that "foo" is returning a hash 09:48
using := in that case means preventing a (relatively slow) copying of the hash
greenfork Got it, thank you 09:49
14:47 [Coke] left, [Coke] joined