String returns a human-readable representation for logging and debugging.
()
| 25 | NumericPosition() float64 |
| 26 | // String returns a human-readable representation for logging and debugging. |
| 27 | String() string |
| 28 | // MarshalJSON serializes the key for state persistence and checkpointing. |
| 29 | MarshalJSON() ([]byte, error) |
| 30 | // IsMax returns true if this key represents the maximum possible value for its type. |
no outgoing calls