mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
C++ keyword `nullptr` represents a null pointer (note also that NULL is an integer in C++ due to its design flaw). Its type is `std::nullptr_t`, defined in <cstddef> standard header. Why not support it when the backend implementation can take a null pointer as an argument.