Missing docs in system #14736
Comments
|
@konsumlamm pretty please: consider sending PR's instead; too many bugs to keep track of and this falls under the umbrella "docs should improve" I would start with the procs that would benefit most from having doc comment, especially if there's some gotcha; and I'd focus on the gotchas to make the docs useful and not redundant
proc `|`(a, b: typedesc): typedesc =
runnableExamples: doAssert int is float | int
oh, and thanks for #14737 ; I will follow-up there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


There are some undocumented procs in the
systemmodule (the links are for the devel docs):<=,<,==(forbool,float, ... I assume that some of these are intentional, like for the int types, but probably not all)alignoffloat,float32,float64):+(x2),-(x2),*,/,abs,min,maxAllocStats,getAllocStats,-|addAndFetch,cas,cpuRelaxgetFrameState,setFrameState,getFrame,setFrame,getGcFrame,popGcFrame,setGcFrame,pushGcFrame,stackTraceAvailableThe text was updated successfully, but these errors were encountered: