pub fn runtime_fact_name_for_pattern(pattern: &str) -> Option<String>Expand description
The single lowering table for readiness sugar: maps a when pattern to
the runtime fact name it matches. The general form is
when fact <name> as x; the English phrases are documented abbreviations
of it.