CircularBuffer.new
You're seeing just the function
new
, go back to CircularBuffer module for more information.
Specs
new(pos_integer()) :: t()
Creates a new circular buffer with a given size.