Remove `String` and `StorageString` from sway-libs
bitzoic opened this issue · 0 comments
bitzoic commented
Motivation
Description
FuelLabs/sway#4725 and FuelLabs/sway#4716 have added the String
and StorageString
type to the std-lib. They should not live in two places.
Motivation
The String
and StorageString
types have been moved into the std-lib.