We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$
This echoes "Success"
type Foo[N: static[int]] = object proc `$`[N: static[int]](f: Foo[N]): string = "Success" let a = Foo[10]() echo a
This gives () and is declared but not used hint
()
is declared but not used
type Foo[N: static[int8]] = object proc `$`[N: static[int8]](f: Foo[N]): string = "Success" let a = Foo[10]() echo a
The text was updated successfully, but these errors were encountered:
10'i8 works
Related to #12559
Sorry, something went wrong.
add test for nim-lang#7611
3eaaf5d
fix arraymancer, enable static conversions
7679d4a
refs (fixes) nim-lang#7611, nim-lang#12559, nim-lang#16969, nim-lang#17423 but not nim-lang#23343
No branches or pull requests
This echoes "Success"
This gives
()
andis declared but not used
hintThe text was updated successfully, but these errors were encountered: