Function parseLong

long parseLong (
  inout(string) v,
  long defValue = 0L
) nothrow @safe;