ra’s avatarra’s Twitter Archive—№ 39,183

  1. …in reply to @gnuaesthetic
    @gnuaesthetic when signatures differ you will be adding a method to the function, when signatures match you will be replacing an existing method. dispatch is true polymorphic multiple dispatch (based on the runtime type of all arguments). its modeled on docs.julialang.org/en/v0.7.0/manual/methods/