Equal returns if the handle equals to another handle, it panics if the types are different.
(h Handle)
| 167 | Next() Handle |
| 168 | // Equal returns if the handle equals to another handle, it panics if the types are different. |
| 169 | Equal(h Handle) bool |
| 170 | // Compare returns the comparison result of the two handles, it panics if the types are different. |
| 171 | Compare(h Handle) int |
| 172 | // Encoded returns the encoded bytes. |
no outgoing calls