Julia: function composition: how to correctly split arguments?

Instead of:

It should be:

function (q::H)(x)
    return h(q.h, x)
end 
1 Like