Converts into a string for debug. It is not safe for serialization.
The optional value.
The string form.
expect(toString(some(2))).toStrictEqual("some(2)");expect(toString(none())).toStrictEqual("none"); Copy
expect(toString(some(2))).toStrictEqual("some(2)");expect(toString(none())).toStrictEqual("none");
Converts into a string for debug. It is not safe for serialization.