powered by
Take the vector x, then extend it until to length(x) = long.
x
length(x) = long
extend_vector(x, long)
any vector.
an integer, that corresponds to the whished length(x) = long.
Return a vector of length(x) = long built by recycling x as many times as necessary, then truncated at length(x) = long.
None.