mirror of
https://github.com/xfarrow/lasd.git
synced 2025-06-05 21:49:14 +02:00
Library 2
Cleaner code
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user