Shinmera / trivial-arguments

Tiny CL library to retrieve the arguments list of a function.
zlib License
22 stars 6 forks source link

Do function types belong here? #9

Closed aartaka closed 4 months ago

aartaka commented 4 months ago

Hi! I have a bit of portable code for ftype fetching. Given that ftype provides argument information of an almost equal importance (at least on strongly typed implementation) to the argument names themselves, does it belong to this library? One problem is that ftype also includes return type, but it can easily be excluded from the code if you want.

Shinmera commented 4 months ago

I don't see a problem with including an ftype fetcher, including rettype.