pub fn func_class_symbol() -> SymbolExpand description
Returns the class symbol for the constructible Func value class (numbers/Func).
ยงExamples
use sim_lib_numbers_func::func_class_symbol;
assert_eq!(func_class_symbol().to_string(), "numbers/Func");