Describes range types that can grow in amortised constant time by appending an element of type val_t. More...
#include <bio/ranges/concept.hpp>
Describes range types that can grow in amortised constant time by appending an element of type val_t.
rng_t | The container type. |
val_t | The type to append to the container. |