-
Notifications
You must be signed in to change notification settings - Fork 22
add support for template/generic types #91
Copy link
Copy link
Closed
Labels
ideaAn idea that needs further discussion/refinementAn idea that needs further discussion/refinement
Description
Right now one can have a list<T>, set<T> or optional<T> but nothing else.
It would be really useful to be able to define user specified generic types!
Right now the only solution is to duplicate the djinni API for each types...
e.g. we have a generic property<T> type in C++, but we have to expose it as property_i32, property_float, property_foo, property_bar... in djinni which is really annoying
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ideaAn idea that needs further discussion/refinementAn idea that needs further discussion/refinement