An embedded doubly linked list with intrusive node linkage.
This is the same as hxlist except that it works with constexpr at the expense of using an additional pointer per-node. This is the recommended compile time sequence container. hxvector and hxlist do not work at compile time.