max constant

I8 const max

The maximum value an I8 can hold (127).

Implementation

static const I8 max = I8(127);