Library 2

Cleaner code
This commit is contained in:
Alessandro Ferro
2021-04-21 00:14:10 +02:00
parent aa9dcc16cf
commit 0a8d458eb1
4 changed files with 11 additions and 57 deletions

View File

@ -21,7 +21,7 @@ private:
protected:
ulong stackSize = 0; // first empty cell
ulong stackSize = 0; // first empty cell and # of elements in the vector
using Vector<Data>::Elements;
using Vector<Data>::size; // dimension of the vector