= private = protected
[](*array)
Creates a Vector from a list of elements.
Vector[7, 4, ...]
# File lib/matrix.rb, line 1696 def Vector.[](*array) new convert_to_array(array, false) end