Chalkboard - v3.0.1
Preparing search index...
Chalkboard
real
compose
Function compose
compose
(
func1
:
ChalkboardFunction
,
func2
:
ChalkboardFunction
,
)
:
ChalkboardFunction
Calculates the composition of two functions.
Parameters
func1
:
ChalkboardFunction
The outer function
func2
:
ChalkboardFunction
The inner function
Returns
ChalkboardFunction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v3.0.1
Loading...
Calculates the composition of two functions.