The side enum

This page describes the enum class side in libsemigroups_pybind11 for representing whether an action is a left or a right action.

See also

Action.

Full API

class side

The values in this enum can be used to indicate that the action in an Action instance should be a left action.

The valid values are:

left = <side.left: 0>

Value indicating that the action in an Action instance should be a left action.

right = <side.left: 1>

Value indicating that the action in an Action instance should be a right action.