Property definitions

gmp $ NativeMPZ :: mod_ui
    fun mod_ui(res: NativeMPZ, op: UInt64) `{
        mpz_mod_ui(res, self, *op);
    `}
lib/gmp/native_gmp.nit:79,5--81,6