new Styler
fun newStyler( function: A_Function, definition: A_Definition, module: A_Module): A_Styler
Content copied to clipboard
Create a new styler with the specified information. Make it Mutability.SHARED.
Return
The new styler, not yet installed.
Parameters
function
The function to run against a call site's phrase to generate styles.
definition
The definition that will hold this styler.
module
The module in which this styler was defined.