Add a strtoint_base(s: &str, base: Base) function that parses s as an integer in the given base (using the Base type detailed in #4).
- If the given base has an associated prefix,
s may optionally start with that prefix; otherwise, no prefix is allowed.