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