//
pkg.gl
Category
github.com/google/agi
core
data
generic
package
3.3.0+incompatible
Repository:
https://github.com/google/agi.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
3
Dependents
0
Files
223 SLOC
#
Functions
CheckSigs
CheckSigs checks that each function signature implements the generic interface signature.
Implements
Implements checks that ty implements the generic interface iface.
#
Variables
T1Ty
T1Ty is the type of T1.
T2Ty
T2Ty is the type of T2.
T3Ty
T3Ty is the type of T3.
T4Ty
T4Ty is the type of T4.
TOTy
TOTy is the type of TO.
TPTy
TPTy is the type of TP.
#
Structs
Any
Match
Match is the result of Implements and CheckSigs.
Sig
Sig is a pair of functions used for validation by CheckSigs.
T1
T2
T3
T4
TO
TP