at

const_reference libsemigroups::FroidurePin::at(element_index_type)

Returns the element of the semigroup in position pos, or a nullptr if there is no such element.

This member function attempts to enumerate the semigroup until at least pos + 1 elements have been found. If pos is greater than FroidurePin::size, then this member function returns nullptr.