package
Version:
v0.0.0-...-f3335f4
Opens a new window with list of versions in this module.
Published: Jun 21, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Apple[T int | string] interface {
GetPrice(price T)
}
type FujiApple struct {
Name string
}
type Queue[T interface{}] struct {
}
func (queue *Queue[T]) Offer(element T)
入队列
Source Files
¶
Click to show internal directories.
Click to hide internal directories.