@TODO make sure whitespace or 'nothing' is at the end, fail for float like numbers Tries to parse &str into Value::I32 Expects: Integers Example Successes: 1 => Value::I32(1), 5 => Value::I32(5), 1231415 => Value::I32(1231415) -2 => Value::I32(-2) Example Failures: 1.5, 7.1321 , 1423152621625226126431525
(input: &str)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected