slinc icon indicating copy to clipboard operation
slinc copied to clipboard

Add generics support to library bindings

Open markehammons opened this issue 1 year ago • 0 comments

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.

markehammons avatar Mar 25 '23 13:03 markehammons