ModInt.inv

return 1/x

struct ModInt(uint MD)
static
inv
if (
MD < int.max
)

Meta