iq method

int iq(
  1. num value
)

Performs integer division and returns the quotient.

Implementation

int iq(num value) => this ~/ value;