fn size_hint<'a, K, V, I>(items: I) -> usizeExpand description
Estimates write-batch capacity for a reusable sequence of raw pairs.
The estimate includes the fixed header, worst-case per-operation metadata, and payload lengths. Saturating arithmetic prevents an oversized input from wrapping the reservation.