Swap the contents of two vectors.
Declared in <folly/container/FBVector.h>
<folly/container/FBVector.h>
template< class T, class A> void swap( fbvector<T, A>& lhs, fbvector<T, A>& rhs) noexcept;