This is the documentation for Enlighten.

struct Geo ArrayRange

template<typename T>
struct Geo::ArrayRange

A range within an array [first, last).

Variables

Name Description
T * first

The first element in the range.

T * last

The element after the last element in the range.