[][src]Function riven::consts::ranks::iter

pub fn iter() -> Iter

Returns an iterator over all (Tier, Division) pairs, ordered from highest rank to lowest rank.

Apex tiers are all division I, for example: (Tier::CHALLENGER, Division::I). This matches how they are represented by Riot. There is no "Challenger II", etc.