Closed patriknw closed 9 years ago
I like it even before I've looked at it!
@patriknw, I love it!
I've only looked at ORMultiMap
in detail and it looks great overall.
I'm curious, why the change of heart in terms of adding the type param here? I'm happy that you have, just curious.
why the change of heart in terms of adding the type param here
yes, it looks obvious now. I guess my previous failed attempts added the types at the wrong level. I think I tried to add things to ReplicatedData
.
LGTM
Looking forward to the next release ;-)
@hseeberger @huntc what do you think about this PR? I have added a type parameter defining the type of the elements. E.g.
ORMultiMap[String]
.