oids.idx 546 B

12345678910
  1. nimTitle oids oids.html module std/oids 0
  2. nim Oid oids.html#Oid object Oid 24
  3. nim `==` oids.html#==,Oid,Oid proc `==`(oid1: Oid; oid2: Oid): bool 29
  4. nim hash oids.html#hash,Oid proc hash(oid: Oid): Hash 34
  5. nim hexbyte oids.html#hexbyte,char proc hexbyte(hex: char): int 42
  6. nim parseOid oids.html#parseOid,cstring proc parseOid(str: cstring): Oid 45
  7. nim `$` oids.html#$,Oid proc `$`(oid: Oid): string 54
  8. nim genOid oids.html#genOid proc genOid(): Oid 87
  9. nim generatedTime oids.html#generatedTime,Oid proc generatedTime(oid: Oid): Time 96