Issue #2472 - Part 2: Add FunctionRef callable type

Prerequisite for top layer refactor.

FunctionRef is a generic callable type that can be initialized from any
compatible callable, suitable for use as a function argument for the duration of
the function call (and no longer).
This commit is contained in:
Moonchild 2024-03-07 11:14:20 +01:00 committed by roytam1
commit 1f4152a5ac
2 changed files with 221 additions and 0 deletions

View file

@ -42,6 +42,7 @@ EXPORTS.mozilla = [
'FastBernoulliTrial.h',
'FloatingPoint.h',
'Function.h',
'FunctionRef.h',
'GuardObjects.h',
'HashFunctions.h',
'IndexSequence.h',