Interface
IVal
IVal is used for type assert api for Val().
Source from the content-addressed store, hash-verified
| 11 | |
| 12 | // IVal is used for type assert api for Val(). |
| 13 | type IVal interface { |
| 14 | Val() any |
| 15 | } |
| 16 | |
| 17 | // IString is used for type assert api for String(). |
| 18 | type IString interface { |
Implementers 15
Float32container/gtype/gtype_float32.go Float64container/gtype/gtype_float64.go Bytescontainer/gtype/gtype_bytes.go Uintcontainer/gtype/gtype_uint.go Uint32container/gtype/gtype_uint32.go Int32container/gtype/gtype_int32.go Uint64container/gtype/gtype_uint64.go Stringcontainer/gtype/gtype_string.go Int64container/gtype/gtype_int64.go Bytecontainer/gtype/gtype_byte.go Intcontainer/gtype/gtype_int.go
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…