Creates a new NativeArray of capacity length

Property definitions

core $ NativeArray :: new
	# Creates a new NativeArray of capacity `length`
	new(length: Int) is intern
lib/core/collection/array.nit:981,2--982,27