[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["The `TO_SET` function removes duplicate values from an array, returning a new array with only unique elements."],["This function is applicable to boolean, double, integer, and string arrays."],["`$var1$.TO_SET()` is the syntax used to obtain the unique values from the `$var1` variable."],["Example usage demonstrates that an input of `{\"Hello\",\"World\",\"Apigee\",\"World\"}` would output `{\"Hello\",\"World\",\"Apigee\"}`."]]],[]]