tstrutils.nim 445 B

1234567891011
  1. discard """
  2. disabled:true
  3. $nimsuggest --tester lib/pure/strutils.nim
  4. >def lib/pure/strutils.nim:2529:6
  5. 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
  6. """
  7. # Line 2529 in strutils.nim is doAssert and this is unlikely to change
  8. # soon since there are a whole lot of doAsserts there.