On 2/27/2026 1:32 PM, Eliot Courtney wrote: > Add general `flush_into_vec` function. Add `flush_into_kvvec` > convenience wrapper alongside the existing `flush_into_kvec` function. > This is generally useful but immediately used for e.g. holding RM > control payloads, which can be large (~>=20 KiB).
Why not just always use KVVec? It also seems that the KVec variant is not used? If there's no reason for having both, I'd also just call this into_vec().
