enum detangled::side

Overview

side enum lists the side (left or right) we refer to at code sites. More…

#include <enums.h>

enum side {
    left  = 0,
    right = 1,
};

Detailed Documentation

side enum lists the side (left or right) we refer to at code sites.

The values are specified here because they may be used in array listing and indexing.