private static error Set(this flagFunc f, @string s) { f(s); return error.As(null!)!; }
private static @string String(this flagFunc f) { return ""; }