/// Pre-computed proto wire tag bytes for length-delimited (wire type 2) fields, indexed by
/// field number.
///
/// Each entry is `(field << 3) | 2`. Index 0 is unused; index `N` holds the tag byte for
/// field `N`. Field numbers `1..=15` all fit in a single byte — higher numbers would need
/// multi-byte varint encoding and are not covered here.
pub const LENGTH_DELIMITED_TAGS: = ;