Finished implementing the stackstack
This commit is contained in:
parent
c0393d0ca1
commit
c9b3a999bd
4 changed files with 17 additions and 0 deletions
|
@ -110,6 +110,8 @@ suite "Stack":
|
|||
check empty.data[1] == 0
|
||||
check empty.data[2] == 0
|
||||
check empty.data[3] == 0
|
||||
empty[].Transfert(empty2[], 32)
|
||||
check empty.size == 64
|
||||
empty = NewStack()
|
||||
var some = NewStack()
|
||||
some[].Push(2)
|
||||
|
|
Reference in a new issue