const grent = match (passwd::getgroup(group)) { void => fmt::fatal("No '{}' group available", group), gr: passwd::grent => gr, };