package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Mar 30, 2022
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
¶
Conform returns a function testing if the implementation abides by its laws.
type Class[A any] interface {
Equal(A, A) bool
NE(A, A) bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.