isSafeInteger abstract method

bool isSafeInteger(
  1. int n
)

Returns true if n is a safe int.

Implementation

bool isSafeInteger(int n);