aligned

Function aligned 

Source
pub const fn aligned<T, const N: usize>(value: T) -> Aligned<T, N>
where Align<N>: Alignment,
Expand description

Alias for Aligned::new.

ยงExamples

let aligned = offline::aligned::<[u8; 3], 16>([1, 2, 3]);