Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-07-03 14:06:18 +00:00
committed by GitHub
commit 30640921ff
880 changed files with 354059 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#[
autogenerated by docgen
loc: /home/runner/work/Nim/Nim/lib/std/jsbigints.nim(179, 3)
rdoccmd:
]#
import std/assertions
import "/home/runner/work/Nim/Nim/lib/std/jsbigints.nim"
{.line: ("/home/runner/work/Nim/Nim/lib/std/jsbigints.nim", 179, 3).}:
var big1: JsBigInt = big"1"
big1 -= big"2"
doAssert big1 == big"-1"