Function S2CellId.fromDebugString

Converts a string in the format returned by ToString() to an S2CellId. Returns S2CellId::None() if the string could not be parsed.

static S2CellId fromDebugString (
  in const(string) str
);

The method name includes "Debug" in order to avoid possible confusion with FromToken() above.