Documentation
¶
Overview ¶
Package manager provides a common object manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager[V any] struct { // contains filtered or unexported fields }
Manager is used to manage a kind of objects.
func (*Manager[V]) Del ¶
Del deletes and returns the value by the id.
If not exist, do nothing and return (ZERO, false).
Click to show internal directories.
Click to hide internal directories.