StringLike
constraint StringLikeimport StringLike from Wax;A value that can expose a borrowed UTF-8 StringSlice, allowing string search methods to accept
either owned strings or slices.
Members
ToStringSlicemethod
public fn ToStringSlice() : StringSliceReturns a borrowed UTF-8 view usable for string search. The view must remain valid for its scoped lifetime.