Example #1
0
File: Array.hpp Project: Gd58/MCF
decltype(auto) begin(Array<ElementT, kCapacity> &rhs) noexcept {
	return rhs.EnumerateFirst();
}