Skip to content
  • Ralf Jung's avatar
    Remove is_null · cbe6b229
    Ralf Jung authored
    It was confusingly named (`is_zero` would have been better), and it didn't even
    reliably test for "is this value 0 at run-time" because out-of-bounds pointers
    *can* be 0.
    cbe6b229