Use self to initialize a standard Nit Array.

Property definitions

core $ NativeArray :: to_a
	# Use `self` to initialize a standard Nit Array.
	fun to_a: Array[E] do return new Array[E].with_native(self, length)
lib/core/collection/array.nit:985,2--986,68