package
Version:
v0.0.0-...-9fcf8e2
Opens a new window with list of versions in this module.
Published: May 1, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Ptr получение указателя от произвольного значения, например, ToPtr(true) -> *bool(true)
Scalar соответствует скалярам над которыми определены операции сравнения
type Sortable[T any] interface {
Less(T) bool
}
Sortable соответствует типам над которыми определена операция Less
Source Files
¶
- constraints.go
- doc.go
- ptr.go
Click to show internal directories.
Click to hide internal directories.