Methods in the Pointer class

This is a non-exaustive list that targets conflict-prone names.

Property definitions

gen_nit :: gen_nit $ Sys :: methods_in_pointer
	# Methods in the `Pointer` class
	#
	# This is a non-exaustive list that targets conflict-prone names.
	var methods_in_pointer: Array[String] is lazy do return methods_in_object + [
		"free"]
lib/gen_nit/gen_nit.nit:38,2--42,9