pub const fn mins_to_secs(mins: u64) -> u64
Converts minutes to seconds.
Panics if the result cannot be represented as u64 seconds.
u64