Write the specified list to the specified output stream and return a reference to the modifiable stream.
Declared in <bdlcc_skiplist.h>
template<
class KEY,
class DATA>
std::ostream&
operator<<(
std::ostream& stream,
SkipList<KEY, DATA> const& list);