This commit is contained in:
Andre Wagner
2026-05-02 15:36:36 -05:00
parent 1d24570f1b
commit d63f495fcf
5 changed files with 57 additions and 9 deletions

View File

@@ -19,6 +19,8 @@ public:
[[nodiscard]] Value at(int pos) const;
[[nodiscard]] size_t size() const;
void set(int pos, Value const& val);
void push_fp();
void pop_fp();