SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::bitpacked_sequence. More...
#include <concepts>
#include <iterator>
#include <ranges>
#include <type_traits>
#include <sdsl/int_vector.hpp>
#include <seqan3/alphabet/detail/alphabet_proxy.hpp>
#include <seqan3/alphabet/views/to_char.hpp>
#include <seqan3/alphabet/views/to_rank.hpp>
#include <seqan3/core/concept/cereal.hpp>
#include <seqan3/core/range/detail/random_access_iterator.hpp>
#include <seqan3/utility/math.hpp>
#include <seqan3/utility/views/convert.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::bitpacked_sequence< alphabet_type > |
A space-optimised version of std::vector that compresses multiple letters into a single byte. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Provides seqan3::bitpacked_sequence.