Property definitions

gmp $ NativeMPZ :: set_si
    fun set_si(op: Int) `{ mpz_set_si(self, op); `}
lib/gmp/native_gmp.nit:119,5--51