Provides seqan3::view::kmer_hash. More...
#include <range/v3/view/sliding.hpp>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/core/metafunction/range.hpp>
#include <seqan3/range/view/detail.hpp>
#include <seqan3/std/view/all.hpp>
#include <seqan3/std/view/transform.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.