cf

Create a "cell function" from a normal function. A cell function is a function that rather than taking values takes cells as arguments and will return a cell (changing value) of said calculation.

Cell!<ReturnType> cf(<function>)(Cell!<Parameter>...)

template cf(alias f)
cf
(
CellParams cellArgs
)

Members

Functions

cf
Cell!T cf(CellParams cellArgs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta