Lovesan / bike

Common Lisp .Net Core Interop
MIT License
144 stars 5 forks source link

ByRef parameters for public APIs #3

Open Lovesan opened 4 years ago

Lovesan commented 4 years ago

So currently out and ref parameters (i.e. ByRef parameter types) are not handled in library public APIs, despite the fact that both trampoline compilers and DEFKNOWN can work with it.

This means, for example, that methods like int.TryParse are not quite available unless you use library internals.

This needs to be fixed.