Describes range types that can grow in amortised constant time by appending an element which is constructed in place. More...
#include <bio/ranges/concept.hpp>
Describes range types that can grow in amortised constant time by appending an element which is constructed in place.
rng_t | The container type. |
val_t | The types of initialising arguments. |