Property definitions

gmp $ UInt64 :: set_si
    fun set_si(val: Int) `{
        *self = (uint64_t)val;
    `}
lib/gmp/native_gmp.nit:259,5--261,6