Is the address behind this Object at NULL?

Property definitions

core $ Pointer :: address_is_null
	# Is the address behind this Object at NULL?
	fun address_is_null: Bool `{ return self == NULL; `}
lib/core/kernel.nit:1074,2--1075,53