Memory with actual objects, and null in empty slots

Property definitions

gamnit $ GroupedArray :: items=
	# Memory with actual objects, and null in empty slots
	var items = new Array[nullable E]
lib/gamnit/flat/flat_core.nit:1545,2--1546,34