solarnetwork-api-core
    Preparing search index...

    Function pushValues

    • Push values onto an array.

      Type Parameters

      • T

        the value type

      Parameters

      • result: T[]

        the array to push value onto

      • Optionalvalues: Iterable<T, any, any>

        the values to add

      Returns void