Module jlrs::wrappers::ptr::function[][src]

Expand description

Wrapper for Function, the super type of all Julia functions.

All Julia functions are subtypes of Function, a function can be called with the methods of the Call trait. Note that you don’t need to cast a Value to a Function in order to call it because Value also implements Call.

Structs

A Julia function.