DivResult

Undocumented in source.
struct DivResult (
T
) {}

Members

Variables

quotient
T quotient;
remainder
T remainder;
Undocumented in source.

Meta