Provides seqan3::view::kmer_hash. More...
#include <range/v3/view/sliding.hpp>#include <seqan3/alphabet/concept.hpp>#include <seqan3/core/type_traits/range.hpp>#include <seqan3/range/view/detail.hpp>#include <seqan3/std/ranges>
Include dependency graph for kmer_hash.hpp:Go to the source code of this file.
Namespaces | |
| seqan3::view | |
| The SeqAn3 namespace for views. | |
Variables | |
Alphabet related views | |
| auto constexpr | seqan3::view::kmer_hash |
| A view that calls std::hash on each substring of length k in the input range. More... | |
Provides seqan3::view::kmer_hash.