On Monday, 18 November 2024 at 15:39:38 UTC, Dom DiSc wrote: > If I were to implement arrays, I would use a simple pointer, > and length would be the first element of the allocated block. That wouldn't allow efficient slicing.