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