package
Version:
v0.0.0-...-9137e4d
Opens a new window with list of versions in this module.
Published: Mar 17, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Stack[T any] struct {
}
func NewStack[T any](items ...T) *Stack[T]
func (s *Stack[T]) Get() T
Get 弹出一个元素,并且立即加入栈尾部
func (s *Stack[T]) Pop() T
Pop 弹出一个元素
func (s *Stack[T]) Push(item T)
Push 入栈
Source Files
¶
Click to show internal directories.
Click to hide internal directories.