Function parseULong

ulong parseULong (
  inout(string) v,
  ulong defValue = 0LU
) nothrow @safe;