maximum_jank v0.1.1 MaximumJank

Documentation for MaximumJank.

Link to this section Summary

Functions

Returns arg if it’s a module, and raises a RuntimeError for anything else

Returns true if argument is a module, and false for anything else

Link to this section Functions

Link to this function module!(arg)
module!(any) :: module

Returns arg if it’s a module, and raises a RuntimeError for anything else.

Link to this function module?(arg)
module?(any) :: boolean

Returns true if argument is a module, and false for anything else.