side

enum class libsemigroups::side

The values in this enum can be used as a template parameter for the Action class to specify whether the action of the Action is a left or right action.

Values:

enumerator left

This value indicates that the action in an Action instance should be a left action.

enumerator right

This value indicates that the action in an Action instance should be a right action.