Array.cur

Points to the end of the contents. Only dereference if cur < end.

struct Array
E* cur;

Meta