#include "tensorstore/index_interval.h"
enum class tensorstore::IntervalForm;

Indicates how the interval bounds are specified to slicing operations.

enumerator sized;

Interval is specified by an inclusive lower bound and a size.

enumerator closed;

Interval is specified by inclusive lower and upper bounds.

enumerator half_open;

Interval is specified by an inclusive lower bound and an exclusive upper bound.