I'm trying to create template class of a vector in geometry of arbitrary number of dimensions. I would like to create an intuitive constructor where I can pass number of initializers equal to dimension number. For example:I'm trying to create template class of a vector