Added more tests
-added Vector test -added HashMap test -added EntityMeta test -added default hashing function to hashmap
This commit is contained in:
parent
2f827a94db
commit
f964d7bf85
6 changed files with 133 additions and 7 deletions
|
|
@ -165,10 +165,10 @@ public:
|
|||
return duplicate;
|
||||
}
|
||||
|
||||
export bool canAddWithoutRealloc(uint elemNum = 1)
|
||||
/*export bool canAddWithoutRealloc(uint elemNum = 1)
|
||||
{
|
||||
return used + elemNum <= array.length;
|
||||
}
|
||||
}*/
|
||||
|
||||
export void add()(T t)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue