Initialize a new CIntArray of size elements.

Property definitions

c $ CUInt16Array :: defaultinit
	# Initialize a new CIntArray of `size` elements.
	init(size: Int) is old_style_init do
		native_array = new NativeCUInt16Array(size)
		super size
	end
lib/c/c.nit:126,2--130,4