Number of bytes containted in self

Property definitions

cocoa $ NSData :: length
	# Number of bytes containted in `self`
	fun length: Int in "ObjC" `{ return self.length; `}
lib/cocoa/foundation.nit:63,2--64,52