FastLED 3.9.15
Loading...
Searching...
No Matches

◆ remove_suffix()

void fl::string_view::remove_suffix ( fl::size n)
inline

Definition at line 111 of file string_view.h.

111 {
112 if (n > mSize) n = mSize;
113 mSize -= n;
114 }

References FL_NOEXCEPT, and mSize.

Referenced by fl::createSerialRequestSource().

+ Here is the caller graph for this function: