Terrible
This commit is contained in:
@@ -95,3 +95,9 @@ module StringSplitEnumerator =
|
||||
failwith "expected an int, got nothing"
|
||||
|
||||
Int32.Parse e.Current
|
||||
|
||||
let consumeU64 (e : byref<StringSplitEnumerator>) : uint64 =
|
||||
if not (e.MoveNext ()) then
|
||||
failwith "expected an int, got nothing"
|
||||
|
||||
UInt64.Parse e.Current
|
||||
|
Reference in New Issue
Block a user