[WIP] Implementing "console" output and stuff.

This commit is contained in:
2024-01-16 10:21:14 +01:00
parent e938f76823
commit 6ec9e0d320
21 changed files with 509 additions and 216 deletions

View File

@@ -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
{