scala-interop/slinc

Add type descriptor for fix-sized array

markehammons opened this issue · 0 comments

Fix-sized array is not returnable in C. However, if we can guarantee that the return from a function will always be a certain size, it should be fine for us to define a function as having a fixed-size array return.