Method
Cast
(from super.Value, to super.Type)
Source from the content-addressed store, hash-verified
| 12 | |
| 13 | type Caster interface { |
| 14 | Cast(from super.Value, to super.Type) (super.Value, bool) |
| 15 | } |
| 16 | |
| 17 | type cast struct { |
Implementers 3
castruntime/sam/expr/function/cast.go downcastruntime/sam/expr/function/downcast.go Upcastruntime/sam/expr/function/upcast.go
Tested by
no test coverage detected