Returns the average of the elements of this collection.
Returns the average of the elements of this collection.
the result type of the / operator
either an instance of Numeric or an instance of Fractional, defining a set of
numeric operations which includes the + and the / operators to be used in
forming the average.
the average of all elements of this collection with respect to the + and /
operators in num.
the traversable-once collection to which the new methods are provided.
Implicit class that provides new methods for traversable-once collections.