从数学方程式创建一个函数
所有者 Lemon.
#33 in #equation
4KB
let x = equation!(10 * x + 3); assert_eq!(33, x(3));
lib.rs