suffix()
Returns the UTF8Span containing all the content after the iterator’s current position.
Declaration
func suffix() -> UTF8SpanDiscussion
The resultant UTF8Span has the same lifetime constraints as self.
Returns the UTF8Span containing all the content after the iterator’s current position.
func suffix() -> UTF8SpanThe resultant UTF8Span has the same lifetime constraints as self.