klawr icon indicating copy to clipboard operation
klawr copied to clipboard

Create a code generator for TArray wrappers

Open enlight opened this issue 9 years ago • 0 comments

Adding support for new TArray element types is currently very tedious, for example here's a recent effort to add support for TArray<FName> in e021d11b6a8c53ed370a92983c445575a6a859e2. You end up having to write the managed wrapper, the native wrapper, the code to glue the wrappers together. It'd be nice if the glue code could be fully auto-generated, as could most of the managed wrapper, the native wrapper is the only part that really needs to be written by hand (and even then it'd be nice if an "empty" one was generated and could then just be filled in).

enlight avatar Jul 21 '15 07:07 enlight