len length of array types len([1,2,3]) => 3, true len(not_a_field) => -- NilInt, false
| 19 | // len(not_a_field) => -- NilInt, false |
| 20 | // |
| 21 | type Length struct{} |
| 22 | |
| 23 | // Type is IntType |
| 24 | func (m *Length) Type() value.ValueType { return value.IntType } |
nothing calls this directly
no outgoing calls
no test coverage detected