The highest tagged major version is
v2.
package
Version:
v1.30.16
Opens a new window with list of versions in this module.
Published: Apr 3, 2023
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[V any] interface {
Push(ele V)
Pop() (V, bool)
Size() int
}
NewStack
@param safe 是否goroutines安全?
@return 必定不为nil
Source Files
¶
Click to show internal directories.
Click to hide internal directories.