-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there support for nested data structures? #213
Comments
Hey, those are all valid questions. I am currently not invested in developing
I would love to see the |
Thanks for the quick reply! It's unlikely that I'll be able to do much in the short-term, but updating yrb sounds like a fun project that I may be able to visit in the future. |
Say I want to have an array of maps. In yrs, this looks very straightforward -- just create a
MapPrelim
and insert it into the array.I can find no analog in yrb. I am curious if I'm missing something, or if this feature is not currently supported, is it planned? If not, I may take a crack at it if I have some spare time -- my intuition says that it shouldn't be too hard, but that could very wrong.
Finally, if I use a
Y::Array
ofHash
s and wish to sync individual field updates, would you expect this to generally work well, and just be less efficient than if they were properY::Map
s?Thanks so much!
The text was updated successfully, but these errors were encountered: