use crateVarint;
use *;
// F6: for a zigzag-encoded signed `Int`, `MIN_ENCODED_LEN` is the length of the
// shortest value (`0`, a single byte), not of the numeric minimum which encodes
// longest. The zero value must therefore encode within `MIN_ENCODED_LEN..=MAX`.