createWithOuters2

Construct a function with the given code and two outer variables.

Return

A function with its outer variables initialized.

Parameters

code

The code with which to build the function.

outer1

The first outer variable that will be enclosed.

outer2

The second outer variable that will be enclosed.