in reply to why each/keys/values can't work on slice?
Why would you want to use keys @bb[1..5] when you can use 1..5?
Why would you want to use values @bb[1..5] when you can use @bb[1..5]?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: why each/keys/values can't work on slice?
by Anonymous Monk on Jan 11, 2023 at 03:04 UTC | |
by ikegami (Patriarch) on Jan 11, 2023 at 19:04 UTC |