Warning
Use array.reverse() instead.
Reverses the order of an array, maps to Array.reverse()
Examples
Syntax
  
      reverse(list)
      
         
      
    
Parameters
list
Array: 
Array to reverse
Returns
Array: the reversed list
This page is generated from the comments in src/utilities/array_functions.js . Please feel free to edit it and submit a pull request!