For example, in the following that saves a function call cost on every nil call.
fn foo(bar) { if bar != nil { foo0(bar) } }
For example, in the following that saves a function call cost on every nil call.