November 2017
Beginner
316 pages
6h 40m
English
Sometimes, we may not want to define a function with any arguments. Some functions are defined like this:
julia> function does_nothing enddoes_nothing (generic function with 0 methods)
Although this function isn't doing anything here, there will be specific use cases wherein we just want to have the function definition present in the form of an interface.
Read now
Unlock full access