Archived
1
0
Fork 0

Finished implementing the stackstack

This commit is contained in:
Julien Dessaux 2021-10-04 20:10:21 +02:00
parent c0393d0ca1
commit c9b3a999bd
4 changed files with 17 additions and 0 deletions

View file

@ -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)