Update `String` to use `From` trait over special functions
bitzoic opened this issue · 0 comments
bitzoic commented
Motivation
Description
The current implementation of String
uses special functions for conversion between types. This should instead use the From
trait.
Motivation
Multiple From
implementations are now functioning as intended.