Skip to main content

Module vector

Module vector 

Source
Expand description

FixedVector<T, N> — homogeneous list with compile-time-fixed length.

Wire format: fixed-len T → simple concatenation of N elements; variable-len T → N×4-byte offset table followed by variable payloads. No length prefix.

Structs§

FixedVector
SSZ vector with a compile-time length of N.