CircularBuffer.to_list
You're seeing just the function
to_list
, go back to CircularBuffer module for more information.
Specs
Converts a circular buffer to a list. The list is ordered from oldest to newest elements based on their insertion order.