mdontleak.nim 84 B

1234
  1. converter toBool(x: uint32): bool = x != 0
  2. # Note: This convertes is not exported!