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