Initialize a new NativeCUInt16Array of size elements.

Property definitions

c $ NativeCUInt16Array :: new
	# Initialize a new NativeCUInt16Array of `size` elements.
	new(size: Int) `{ return calloc(size, sizeof(uint16_t)); `}
lib/c/c.nit:148,2--149,60