summaryrefslogtreecommitdiff
path: root/std/stack.zc
AgeCommit message (Collapse)Author
13 daysfix: copy valid range when cloning stackSteven
When cloning a stack we are only interested in copying valid data from the original stack, not the unused/garbaged tail of it.
13 daysAdd length, clear, is_empty to Stack and QueueLam Wei Lun
2026-01-21Stack and Queue implementation and unit testsLam Wei Lun