Function new

Source
pub const fn new<T, const N: usize>() -> ArrayBuilder<T, N>
Expand description

Shorthand for ArrayBuilder::new.

build_array::new()
    .push("hello")
    .build_pad_truncate("pad");