Create a VectorI from an array of Strings.
Create a VectorI from an array of Strings.
the array of the Strings
Create a VectorI from one or more values (repeated values String*).
Create a VectorI from one or more values (repeated values String*).
the first String
the rest of the Strings
Create a VectorI from one or more values (repeated values Int*).
Create a VectorI from one or more values (repeated values Int*).
the first Int
the rest of the Ints
Return a VectorI containing a sequence of increasing integers in a range.
Return a VectorI containing a sequence of increasing integers in a range.
the start value of the vector, inclusive
the end value of the vector, exclusive (i.e., the first value not returned)
The
VectorI
object is the companion object for theVectorI
class.