#![forbid(unsafe_code)]//! Implementation of the `Func` number domain, wiring its domain registration,
//! function operations, and function value type together.
moddomain;modfunction;modvalue;pubusedomain::{FuncNumbersLib, func_class_symbol, func_domain_symbol};pubusefunction::{call_symbol, fn_symbol, grad_symbol};pubusevalue::{Func, FuncMetadata, NativeFn};