Skip to content

Instantly share code, notes, and snippets.

View cpockrandt's full-sized avatar

cpockrandt

  • Postdoc @ Salzberg Lab (JHU)
  • Berlin
View GitHub Profile
#pragma once
#include "index_tree_iter_concepts.hpp"
namespace seqan3
{
template <typename t>
concept bool index_tree_concept = requires(t tree)
{