notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

VariadicOperations.md (236B)


      1 # Variadic Operations
      2 
      3 SS
      4 
      5 **Definition:** Variadic operations are operations that can take a varying number of inputs.
      6 
      7 Some examples of these include sum, min, and max which would type in arbitrary lenght arrays in certain languages.