methodswith
methodswith(typ[, module or function][, showparents])
Return an array of methods with an argument of type typ
. If optional showparents
is true
, also return arguments with a parent type of typ
, excluding type Any
.
The optional second argument restricts the search to a particular module or function.
Examples
See Also
assert, backtrace, code_llvm, code_lowered, code_native, code_typed, code_warntype, :@which, compilecache, current_module, eval, finalize, finalizer, fullname, function_module, function_name, include_dependency, InterruptException, invoke, isconst, isdefined, isgeneric, methodswith, method_exists, module_name, module_parent, require, subtypes, unsafe_load, workspace, __precompile__,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.