CircularBuffer.save

Implements Range save.

struct CircularBuffer(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
save
()
if (
originalSize > 1
)

Return Value

Type: auto

A shallow copy of the container.

Meta