Luna::SelfIndexedUnorderedMap::begin

const_local_iterator begin(usize n) const

Gets an 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