I32 converts int32 to slice of 4 bytes and back.
| 134 | |
| 135 | // I32 converts int32 to slice of 4 bytes and back. |
| 136 | type I32 struct{} |
| 137 | |
| 138 | // Encode converts int32 to slice of 4 bytes. |
| 139 | func (c I32) Encode(d interface{}) []byte { |
nothing calls this directly
no outgoing calls
no test coverage detected