[][src]Function competitive_hpp::utils::yes_no::tf

pub fn tf<'a>(value: bool, t: &'a str, f: &'a str) -> &'a str

if true: return t if false: return f