NAME

reverse - reverse the order of elements of an array along an axis

SYNOPSIS

arr.reverse()

DESCRIPTION

reverse the order of elements of an array along an axis

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related