pub fn func_domain_symbol() -> SymbolExpand description
Returns the domain symbol that names the Func number domain (numbers/func).
ยงExamples
use sim_lib_numbers_func::func_domain_symbol;
assert_eq!(func_domain_symbol().to_string(), "numbers/func");