DrewM\Morse\Feature\Number::testBigint PHP Method

testBigint() public method

public testBigint ( )
    public function testBigint()
    {
        return !(PHP_INT_MAX <= 2147483647);
    }