Type of contained elements.

Property definitions

c $ NativeCArray :: E
	# Type of contained elements.
	type E: nullable Object
lib/c/c.nit:70,2--71,24

c $ NativeCByteArray :: E
	redef type E: Byte
lib/c/c.nit:194,2--19

c $ NativeCIntArray :: E
	redef type E: Int
lib/c/c.nit:110,2--18

c $ NativeCUInt16Array :: E
	redef type E: Int
lib/c/c.nit:146,2--18

c $ NativeCStringArray :: E
	redef type E: CString
lib/c/c.nit:237,2--22

c :: c $ CString :: E
	redef type E: Char
lib/c/c.nit:249,2--19