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 of Hashs and wish to sync individual field updates, would you expect this to generally work well, and just be less efficient than if they were proper Y::Maps?
Thanks so much!
Say I want to have an array of maps. In yrs, this looks very straightforward -- just create a
MapPrelimand 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::ArrayofHashs 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::Maps?Thanks so much!