#Can I use generics for a Library?
1 messages · Page 1 of 1 (latest)
Only as a source library (aka module), not a separate static or shared library.
1 messages · Page 1 of 1 (latest)
I'm exposing a function that takes a generics as parameter and I get the error ```bash
error: comptime parameters not allowed in function with calling convention 'C'
Is there a way around it?
Only as a source library (aka module), not a separate static or shared library.