Property definitions

gmp $ NativeMPZ :: swap
    fun swap(op: NativeMPZ) `{ mpz_swap(self, op); `}
lib/gmp/native_gmp.nit:129,5--53