Skip to contents

Helper to make closure

Usage

cmb(f, d)

Arguments

f

A function that takes two parameters.

d

A numeric value passed as the second argument to f.

Value

A function that takes one parameter p and calls f(p, d).