Create a VectorN [T] from an array of Strings.
Create a VectorN [T] from an array of Strings.
dummy value to set data type
the array of the Strings
Create a VectorN [T] from one or more values (repeated values String*).
Create a VectorN [T] from one or more values (repeated values String*).
dummy value to set data type
the first String
the rest of the Strings
Create a VectorN [T] from one or more values (repeated values T*).
Show the flaw by printing the error message.
Show the flaw by printing the error message.
the method where the error occurred
the error message
Return a VectorN containing a sequence of increasing integers in a range.
Return a VectorN containing a sequence of increasing integers in a range.
dummy value to set data type
the start value of the vector, inclusive
the end value of the vector, exclusive (i.e., the first value not returned)
The
VectorN
object is the companion object forVectorN
class.