Assume the capacity to be at least cap.

Property definitions

core $ ArrayMap :: enlarge
	# Assume the capacity to be at least `cap`.
	fun enlarge(cap: Int) do _items.enlarge(cap)
lib/core/collection/array.nit:728,2--729,45