lukasm91

Results 4 comments of lukasm91

Really not saying this is the proper solution (open to suggestion, but I am looking at this project the first time, so it is likely just some workaround, I am...

I think this looks like an interesting feature. I would estimate 2 days (1 day prototyping + implementation, 1 day other work like integration in GT).

``` // parentheses might help BINDGEN_EXPORT_BINDING_2(add, add_impl, (vector, new_element), "append an element to a vector"); // or (args or desc could be optional in this case, I think) BINDGEN_EXPORT_BINDING_2(add, add_impl,...

We could create an `unsafe_anycast` without the second check. In combination with #39 probably a good idea.