Tag: dispatch

Dispatch on lambda functions

When working with Julia, it is common to come across situations where you need to dispatch on lambda functions. This means that you want to execute different code based on the specific

Read More »