[WIP] Implementing "console" output and stuff.
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
using iterator = pointer;
|
||||
using const_iterator = const_pointer;
|
||||
|
||||
T _elements;
|
||||
T _elements[N];
|
||||
|
||||
constexpr reference operator[](size_type pos) noexcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user