Function sequant::eval::detail::lifetime_mask_intersect_in_place

Function Documentation

inline void sequant::eval::detail::lifetime_mask_intersect_in_place(container::svector<Index> &acc, container::svector<Index> const &other)

Intersect acc in place with other by Index identity (operator==): keep only elements of acc that also appear in other, preserving acc's order. Used to accumulate the cross-occurrence meet.