Skip to main content

func_class_symbol

Function func_class_symbol 

Source
pub fn func_class_symbol() -> Symbol
Expand 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");