Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-07-22 18:32:37 +00:00
committed by GitHub
commit 0686a3c470
882 changed files with 354185 additions and 0 deletions

7
assertions.idx Normal file
View File

@@ -0,0 +1,7 @@
nimTitle assertions assertions.html module std/assertions 0
nim raiseAssert assertions.html#raiseAssert,string proc raiseAssert(msg: string) 35
nim failedAssertImpl assertions.html#failedAssertImpl,string proc failedAssertImpl(msg: string) 42
nim assert assertions.html#assert.t,untyped,string template assert(cond: untyped; msg = "") 58
nim doAssert assertions.html#doAssert.t,untyped,string template doAssert(cond: untyped; msg = "") 72
nim onFailedAssert assertions.html#onFailedAssert.t,untyped,untyped template onFailedAssert(msg, code: untyped): untyped 78
nim doAssertRaises assertions.html#doAssertRaises.t,typedesc,untyped template doAssertRaises(exception: typedesc; code: untyped) 95