imaxdiv_t constructor

const imaxdiv_t(
  1. intmax_t quot,
  2. intmax_t rem
)

Creates an imaxdiv_t structure with the given quot and rem.

Implementation

const imaxdiv_t(this.quot, this.rem);