API REFERENCE
Bibliography
Further info
libsemigroups::Action::
::
reserve
Increase the capacity of the Action to a value that is greater or equal to val.
val
(None)
At most linear in the size() of the Action.
val: new capacity of an action instance.
std::length_error: if val is too large.
std::length_error
std::bad_alloc: or any exception thrown by the allocators of private data members.
std::bad_alloc