intersperse package:storablevector

O(n) The intersperse function takes a element and a Vector and `intersperses' that element between the elements of the Vector. It is analogous to the intersperse function on Lists.