crow/fun-util.crow (source)

subscript[r, p] r(a function r(p), params p) bare

Calls the function and returns its return value.

subscript[r, p] r(a data r(p), params p)

subscript[r, p] r(a shared r(p), params p)

Calls the function and returns its return value.

subscript[r, p] r(a mut r(p), params p)

Calls the function and returns its return value.