Support method chaining
robfromboulder opened this issue · 1 comments
robfromboulder commented
kv.addToList('key1',list1).remove('key1').put('key3','val3').put('key4','val4');
robfromboulder commented
Closing, will stick with C++ calling convention