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