Property definitions

gmp $ NativeMPZ :: tdiv_q_ui
    fun tdiv_q_ui(res: NativeMPZ, op: UInt64) `{
        mpz_tdiv_q_ui(res, self, *op);
    `}
lib/gmp/native_gmp.nit:71,5--73,6