Number of item slots in the array

Property definitions

gamnit $ GroupedArray :: capacity
	# Number of item slots in the array
	fun capacity: Int do return items.length
lib/gamnit/flat/flat_core.nit:1551,2--1552,41