11namespace seqan::hibf::prefix
44static_assert(meta_hibf_config_start.
starts_with(meta_header));
47static_assert(meta_hibf_config_end.
starts_with(meta_header));
55constexpr std::string_view layout_fullest_technical_bin_idx{
"fullest_technical_bin_idx:"};
58static_assert(layout_first_header_line.
starts_with(layout_header));
59static_assert(layout_first_header_line.
ends_with(layout_top_level));
61constexpr std::string_view layout_column_names{
"#USER_BIN_IDX\tTECHNICAL_BIN_INDICES\tNUMBER_OF_TECHNICAL_BINS"};
62static_assert(layout_column_names.
starts_with(layout_header));