summaryrefslogtreecommitdiff
path: root/std/stack.zc
AgeCommit message (Collapse)Author
14 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.
2026-01-21Add length, clear, is_empty to Stack and QueueLam Wei Lun
2026-01-21Stack and Queue implementation and unit testsLam Wei Lun