imaxdiv_t

extern (C) @trusted nothrow @nogc
struct imaxdiv_t {
intmax_t quot;
intmax_t rem;
}

Meta