AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Function filterToUniqueValues

    • take any input array containing all strings or all numbers and returns an array containing only the unique elements of that array in the order in which they were first observed

      Parameters

      • arr: (string | number)[]

      Returns (string | number)[]