
Dec. 9, 2020
2:51 p.m.
Stestagg wrote:
That makes sense, so these are kind of 'views' over a sequence, but ones that implement a copy-on-write when the underlying object is modified in any way?
yes, a lazy sequence type would be exactly that, that is a nice way of putting it
I can see this being super hard/impossible to implement reliably, but would be a pretty nice addition if it can be done.