Zulip Chat Archive
Stream: batteries
Topic: Slices
Hanting Zhang (Jan 21 2025 at 20:40):
Is there any support for taking List/Array slices? I've looked around in Batteries and there doesn't seem to be anything. There's also little mention on Zulip. ;-; If not, is there planned development for this?
Hanting Zhang (Jan 21 2025 at 20:42):
Ah nvm, I've found Array.Subarray
François G. Dorais (Jan 21 2025 at 22:22):
Yes, Subarray
is the right thing. There is also Substring
and ByteSubarray
.
Last updated: May 02 2025 at 03:31 UTC