Property definitions

gmp $ NativeMPZ :: add_ui
    fun add_ui(res: NativeMPZ, op: UInt64) `{
        mpz_add_ui(res, self, *op);
    `}
lib/gmp/native_gmp.nit:39,5--41,6