There is also `openArray`. It's currently restricted to parameters due to memory safety reasons, there is an RFC to extend it. I personally mostly use integer indexing which is easier to prove correct than non-owning views. Much easier.
- "subsequence" type (like Go's "slice") snej
- Re: "subsequence" type (like Go's "slice") Araq
