Property definitions

gmp $ NativeMPQ :: inv
    fun inv(res: NativeMPQ) `{
        mpq_inv(res, self);
    `}
lib/gmp/native_gmp.nit:185,5--187,6