Table of Contents
    Home / Architecture / Arity
    Architecture 1 min read
    In programming it is the number of arguments a function or operator takes. In some languages functions may have variable arity that sometimes means their last or only argument is actually a list of arguments.

    Was this Article helpful? Yes No