Property definitions

gmp $ NativeMPZ :: gcd_ui
    fun gcd_ui(res: NativeMPZ, op: UInt64) `{
        mpz_gcd_ui(res, self, *op);
    `}
lib/gmp/native_gmp.nit:101,5--103,6