The internal storage.

Property definitions

core $ Array :: items=
	# The internal storage.
	private var items: nullable NativeArray[E] = null
lib/core/collection/array.nit:465,2--466,50