(vector-length vector) -> integer
Returns the length of the given vector as an integer.
Example:
>>(vector-length (vector "a" "b" "c")) :: 3