Indigo
Indigo copied to clipboard
Make Array<> API std::vector<> API compatible
API for Array<> slightly differs from vector API. Before the replacement of Array<> with vector<> it's safer to align the APIs.