Open lerno opened 1 month ago
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:
In dev
dev
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: