Constant MAX_INLINE_VIEW_LEN
pub const MAX_INLINE_VIEW_LEN: u32 = 12; // 12u32Expand description
The maximum number of bytes that can be stored inline in a byte view.
See ByteView and GenericByteViewArray for more information on the
layout of the views.