pub type Vec5EditorBuilder<T> = VecEditorBuilder<T, 5>;
pub struct Vec5EditorBuilder<T> { /* private fields */ }