TEST_CASE("CircularBuffer")
constexpr bool full() const
constexpr bool empty() const
constexpr void push_front(const T &element)
constexpr size_t size() const
constexpr T & pop_front()
constexpr void push_back(const T &element)
This file implemented 3 utility functions: