Property definitions

matrix $ NativeDoubleArray :: []=
	fun []=(i: Int, value: Float) `{ self[i] = value; `}
lib/matrix/matrix.nit:314,2--53