xtd 0.2.0

◆ const_iterator

template<typename type_t , typename allocator_t = xtd::collections::generic::helpers::allocator<typename std::conditional<std::is_same<bool, type_t>::value, char, type_t>::type>>
using xtd::basic_array< type_t, allocator_t >::const_iterator = xtd::collections::generic::ilist<type_t>::const_iterator

Represents the const iterator of array value type.