monotimes.idx 1.1 KB

12345678910111213141516
  1. nimTitle monotimes monotimes.html module std/monotimes 0
  2. nim MonoTime monotimes.html#MonoTime object MonoTime 42
  3. nim getMonoTime monotimes.html#getMonoTime proc getMonoTime(): MonoTime 89
  4. nim ticks monotimes.html#ticks,MonoTime proc ticks(t: MonoTime): int64 122
  5. nim `$` monotimes.html#$,MonoTime proc `$`(t: MonoTime): string 127
  6. nim `-` monotimes.html#-,MonoTime,MonoTime proc `-`(a, b: MonoTime): Duration 130
  7. nim `+` monotimes.html#+,MonoTime,Duration proc `+`(a: MonoTime; b: Duration): MonoTime 134
  8. nim `-` monotimes.html#-,MonoTime,Duration proc `-`(a: MonoTime; b: Duration): MonoTime 138
  9. nim `<` monotimes.html#<,MonoTime,MonoTime proc `<`(a, b: MonoTime): bool 142
  10. nim `<=` monotimes.html#<=,MonoTime,MonoTime proc `<=`(a, b: MonoTime): bool 146
  11. nim `==` monotimes.html#==,MonoTime,MonoTime proc `==`(a, b: MonoTime): bool 150
  12. nim high monotimes.html#high,typedesc[MonoTime] proc high(typ: typedesc[MonoTime]): MonoTime 154
  13. nim low monotimes.html#low,typedesc[MonoTime] proc low(typ: typedesc[MonoTime]): MonoTime 158
  14. heading See also monotimes.html#see-also See also 0
  15. nimgrp - monotimes.html#--procs-all proc 130