tables::column::except
template <is_primitive_type P>
column<P> column<P>::except(const column<P>& col) const
Return column with same items excluding items that are in col.
Complexity
Same as std::sort
template <is_primitive_type P>
column<P> column<P>::except(const column<P>& col) const
Return column with same items excluding items that are in col.
Same as std::sort