| 273 | func (f *Time) typ() super.Type { return super.TypeTime } |
| 274 | |
| 275 | type String struct { |
| 276 | state string |
| 277 | hasval bool |
| 278 | function anymath.String |
| 279 | } |
| 280 | |
| 281 | func NewString(f *anymath.Function) *String { |
| 282 | return &String{function: f.String} |
nothing calls this directly
no outgoing calls
no test coverage detected