Luna::UnorderedMap::cbegin
const_local_iterator cbegin(usize n) const
Gets a constant iterator to the first element of the bucket with specified index.
Parameters
-
in n
The index of the bucket.
Return value
Returns one constant iterator to the first element of the bucket.
Valid Usage
n
must be smaller than bucket_count.