Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmpVersion ¶ added in v0.44.0
func FilterFunc ¶ added in v0.32.0
Filter returns a new slice containing only the elements of s for which filter function returns true.
func Map ¶
Map applies a function to each element of a slice and returns a new slice in the same order.
func SliceMap ¶ added in v0.45.0
func SliceMap[T comparable](s []T) map[T]int
SliceMap takes a slice and returns back a lookup map which allows to find index for each element of the slice. If the value happens several times in the slice, the index corresponds to the first matching element.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
ent
|
|
|
reconciler
package reconciler describes entities for implementation of a Reconciliation Service API v0.2 https://www.w3.org/community/reports/reconciliation/CG-FINAL-specs-0.2-20230410/
|
package reconciler describes entities for implementation of a Reconciliation Service API v0.2 https://www.w3.org/community/reports/reconciliation/CG-FINAL-specs-0.2-20230410/ |
Click to show internal directories.
Click to hide internal directories.