protocol IntegerParsable<Self> { ... }
Self: Integer

Mixin for parsing integers from strings.

Provided methods