Re-evaluate our usage of str
, String
, etc. in slicec-cs
API
#3926
Labels
Milestone
str
, String
, etc. in slicec-cs
API
#3926
We have a variety of function signatures ranging from simple
&str
toT: ToString
toimpl Into<String>
.We should look through our API surface and see if these types could be improved (for greater flexibility on the calling side),
or simplified in cases where it's use is limited.
The text was updated successfully, but these errors were encountered: