R/api.R
nv_while.Rd
Functional while loop.
nv_while(init, cond, body)
(list()) Initial state.
list()
(function) Condition function: f: state -> bool.
function
f: state -> bool
(function) Body function. f: state -> state.
f: state -> state
tensorish