71 using labels_t = LabelsElement::labels_t;
73 std::array<LabelsElement, BF> data;
81 constexpr void fill(
LabelsElement const& parent) { data.fill(parent); }
83 [[nodiscard]]
constexpr LabelsElement& operator[](std::size_t pos)
89 [[nodiscard]]
constexpr LabelsElement const& operator[](std::size_t pos)
const