Formats Opt to string. In case of Some inner value is converted using JSON.stringify.
JSON.stringify
some(1).toString() // 'Some(1)'none.toString() // 'None'
toString
Formats Opt to string. In case of Some inner value is converted using
JSON.stringify
.