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

◆ shrink_to_fit()

template<typename T>
void fl::list< T >::shrink_to_fit ( )
inline

Definition at line 327 of file list.h.

327 {
328 // No-op for linked list - linked lists don't have allocated capacity
329 }