integer constant

IntegerMatcher const integer

integer matches any int alike value.

Implementation

static const IntegerMatcher integer = IntegerMatcher(strict: false);