The visible (non-tombstoned) elements, in convergent order.
@override List<T> get value => _visible().map((n) => n.value).toList();