-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
misc documentation (not docgen) #101
Comments
|
document this: https://github.com/nim-lang/Nim/pull/13451/files#r385118474 |
how to introduce breaking changes: see nim-lang#14048 (comment) |
this seems wrong at least for arc, and for future language spec For let symbols a copy is not always necessary:
let s = varA # may only copy a pointer if it safe to do so |
manual should specify that |
add doc comment in io.open to recommend using the overload of |
extend documentation for importcpp, eg how to wrap refs: nim-lang#3720 (comment) |
|
|
You can also import constants as nullary functions instead: proc foo(): cint {.importcpp: "FOO@".}
|
|
mixin
is also a 2nd class annotation, see D20200419T032540The text was updated successfully, but these errors were encountered: