SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::views::join_with. More...
Go to the source code of this file.
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::views |
The SeqAn namespace for views. | |
Typedefs | |
using | seqan3::views::join_with = seqan::std::views::join_with |
A view adaptor that represents view consisting of the sequence obtained from flattening a view of ranges, with every element of the delimiter inserted in between elements of the view. The delimiter can be a single element or a view of elements.
| |
Provides seqan3::views::join_with.