tstrutils.nim 431 B

12345678910
  1. discard """
  2. $nimsuggest --tester lib/pure/strutils.nim
  3. >def lib/pure/strutils.nim:2300:6
  4. def;;skTemplate;;system.doAssert;;proc (cond: bool, msg: string): typed;;*/lib/system.nim;;*;;9;;"same as `assert` but is always turned on and not affected by the\x0A``--assertions`` command line switch.";;100
  5. """
  6. # Line 2300 in strutils.nim is doAssert and this is unlikely to change
  7. # soon since there are a whole lot of doAsserts there.