You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Is the logical length finite or infinite? For infinite lengths, that's something that I hadn't considered; everything must have an int64 length, so it's a non-starter.
The IndexedArray node wraps a view of the data cyclically, and you can change the view in a rather lightweight way (only replacing the IndexedArray node, leaving all the underlying data, which can contain complex records).
But fundamentally, I don't know what it is that you want.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to create a bounded, cyclic array.
Is that supported?
Couldn't find such functionality in the doc.
The text was updated successfully, but these errors were encountered: