Return true if the instance is null.

Return false otherwise.

Property definitions

nitc $ Instance :: is_null
	# Return `true` if the instance is null.
	# Return `false` otherwise.
	fun is_null: Bool do return mtype isa MNullType
src/interpreter/naive_interpreter.nit:723,2--725,48