package
Version:
v0.6.16
Opens a new window with list of versions in this module.
Published: Mar 27, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Slice[T any] struct {
OnCompare func(a, b T) bool
OnDelete func(T)
OnInsert func(T)
OnUpdate func(prev, curr T)
}
func (o Slice[T]) Compare(prev []T, curr []T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.