Rust Month To Quarter

[Solved] Rust Month To Quarter | Rust - Code Explorer | yomemimo.com
Question : rust month to quarter

Answered by : mackerel

fn month_to_quarter(month: u8) -> u8 { (month + 2) / 3
}

Source : | Last Update : Fri, 19 Mar 21

Answers related to rust month to quarter

Code Explorer Popular Question For Rust