[01:57] *** discord-raku-bot joined [01:57] m:``` [01:57] my @deep-index = 1,2,3; [01:57] my @a; @a[||@deep-index] = 42; [01:57] dd @a; [01:57] # bot had eaten all the RAMs! [01:57] ``` [01:59] m:``` [01:59] use v6.*; [01:59] my @deep-index = 1,2,3; [01:59] my @a; @a[||@deep-index] = 42; [01:59] dd @a; [01:59] # bot had eaten all the RAMs! [01:59] ``` [02:00] use v6.*; [02:00] my @deep-index = 1,2,3; [02:00] my @a; @a[||@deep-index] = 42; [02:00] dd @a; [02:00] m:``` [02:00] my @deep-index = 1,2,3; [02:00] my %h; %h{} [02:01] m:``` [02:01] use v6.* [02:01] my @deep-index = 1,2,3; [02:01] my %h; %h{||@deep-index} = 42; [02:01] dd %h; [02:01] ``` [02:03] @Nemokosch#9980 Are you looking for slippy SemiLists? Please not that you need `v6.e` or a module called `Slippy::Semilist`. [02:03] @Nemokosch#9980 Are you looking for slippy SemiLists? Please note that you need `v6.e` or a module called `Slippy::Semilist`. [03:54] *** Guest86 joined [03:54] *** Guest86 left [09:31] I don't know but it looks promising 😄 [09:32] after all, I want to be able to pass a variable (a list for example) to an array as a multi-dimensional index [10:42] *** parv left [14:20] how do i assign a type signature for Array? i try to use Array but it keeps trying to use Positional[Array] ``` [14:20] Type check failed in binding to parameter '@line'; expected Positional[Array] but got Array [14:20] ``` [14:21] how do i assign a type signature for Array? i try to use Array but it keeps trying to use Positional[Array] ``` [14:21] Type check failed in binding to parameter '@line'; expected Positional[Array] but got Array ([2, 3, 6, 5, 2, 2, 8...) [14:21] ``` [15:05] we already talked about this [15:05] at least twice... [15:08] 1. _don't use the @ sigil_ 2. use coercing types (e.g. Type**()** ) for function signatures [15:10] or just give up on type hints, especially for compound types 🧠 [15:20] *** getimiskon joined [16:10] ok [16:10] ok i try [18:18] *** zacts joined [18:18] hi [18:25] *** getimiskon left [18:35] yo [19:24] *** parv joined [21:38] *** parv left [22:14] *** parv joined