c3c icon indicating copy to clipboard operation
c3c copied to clipboard

Slicing arrays, slices and bytes at compile time

Open lerno opened this issue 1 year ago • 1 comments

We want to support the slicing of arrays, slices and bytes at compile time. The suggestion is that first we allow compile time slices to implicitly convert to arrays. This makes semantics better and we pass around the data properly. So:

  1. [x] Slice bytes => bytes
  2. [x] Slice array/vector => constant slice
  3. [x] Slice constant slice => constant slice
  4. [x] Slice untyped list => untyped list

lerno avatar Sep 20 '24 17:09 lerno

In dev

lerno avatar Sep 27 '24 21:09 lerno