Files
Nim/compiler/nilcheck.idx
github-actions[bot] 7df7008268 Deploy to GitHub pages
2026-07-30 13:06:16 +00:00

24 lines
1.7 KiB
Plaintext

nimTitle nilcheck nilcheck.html module nilcheck 0
nim add nilcheck.html#add,SeqOfDistinct[T,U],U proc add[T, U](a: var SeqOfDistinct[T, U]; value: U) 109
nim Parent nilcheck.html#Parent Nilability.Parent 166
nim Safe nilcheck.html#Safe Nilability.Safe 166
nim MaybeNil nilcheck.html#MaybeNil Nilability.MaybeNil 166
nim Nil nilcheck.html#Nil Nilability.Nil 166
nim Unreachable nilcheck.html#Unreachable Nilability.Unreachable 166
nim Nilability nilcheck.html#Nilability enum Nilability 166
nim `<` nilcheck.html#<,ExprIndex,ExprIndex proc `<`(a: ExprIndex; b: ExprIndex): bool 180
nim `<=` nilcheck.html#<=,ExprIndex,ExprIndex proc `<=`(a: ExprIndex; b: ExprIndex): bool 183
nim `==` nilcheck.html#==,ExprIndex,ExprIndex proc `==`(a: ExprIndex; b: ExprIndex): bool 186
nim `$` nilcheck.html#$,ExprIndex proc `$`(a: ExprIndex): string 189
nim `+` nilcheck.html#+,ExprIndex,ExprIndex proc `+`(a: ExprIndex; b: ExprIndex): ExprIndex 192
nim `-` nilcheck.html#-,ExprIndex,ExprIndex proc `-`(a: ExprIndex; b: ExprIndex): ExprIndex 196
nim `$` nilcheck.html#$,SetIndex proc `$`(a: SetIndex): string 199
nim `==` nilcheck.html#==,SetIndex,SetIndex proc `==`(a: SetIndex; b: SetIndex): bool 202
nim `+` nilcheck.html#+,SetIndex,SetIndex proc `+`(a: SetIndex; b: SetIndex): SetIndex 205
nim `-` nilcheck.html#-,SetIndex,SetIndex proc `-`(a: SetIndex; b: SetIndex): SetIndex 209
nim checkNil nilcheck.html#checkNil,PSym,PNode,ConfigRef,IdGenerator proc checkNil(s: PSym; body: PNode; conf: ConfigRef; idgen: IdGenerator) 1349
nimgrp == nilcheck.html#==-procs-all proc 186
nimgrp + nilcheck.html#+-procs-all proc 192
nimgrp - nilcheck.html#--procs-all proc 196
nimgrp $ nilcheck.html#$-procs-all proc 189