Multiple dispatch
Overview
Teaching: 30 min
Exercises: 0 minQuestions
How does multiple dispatch work?
Objectives
Understand method branching.
Key Points
In julia methods are chosen by the types of all input arguments.
This technique enables easy development of extensible generic and specialised algorithms.