Luna::UnorderedMap::end

local_iterator end(usize n)

Gets an iterator to the one-past-last element of the bucket with specified index.

Parameters

  • in n

    The index of the bucket.

Return value

Returns one iterator to the one-past-last element of the bucket.

Valid Usage