Skip to main content

func_domain_symbol

Function func_domain_symbol 

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