slinc
slinc copied to clipboard
Add generics support to library bindings
As a user, I want to be able to specify that the types between two Ptr using parameters are linked, without specifying a specific type.
This story is complete when I can define a binding to qsort that links the input array type to the function pointer that is used to sort it.