pub fn lookup_by_name(name: &str) -> Option<&'static IntrinsicDef>Expand description
Look up an intrinsic by its source-level name (without the leading @).
pub fn lookup_by_name(name: &str) -> Option<&'static IntrinsicDef>Look up an intrinsic by its source-level name (without the leading @).