Functionsยง
- convert_
nested_ ๐function_ to_ closure - has_
modifiers ๐ - Returns whether the given nested function has any modifiers:
- has_
semicolon ๐ - Returns whether the given nested function has a trailing semicolon.
- is_
generic ๐ - Returns whether the given nested function has generic parameters.
- is_
nested_ ๐function - Returns whether the given function is nested within the body of another function.