Product(s) | Karo.NET Compiler |
---|
You tried to use generic type parameters on a type which is not generic.
sl.types::string<int>(); // ^^^^^ "sl.types::string" is not a generic type, so specifying a type argument is not valid.
Remove the generic type parameters.