Versions in this module Expand all Collapse all v0 v0.3.0 Nov 6, 2024 v0.2.0 Sep 10, 2024 Changes in this version + type MinStack struct + func NewMinStack[T constraints.Ordered]() MinStack[T] + func (ms *MinStack[T]) GetMin() T + func (ms *MinStack[T]) Pop() + func (ms *MinStack[T]) Push(x T) + func (ms *MinStack[T]) Top() T