Passing 387 specs
jList library v1.6.0
Public interfaces
listInsertAt: Inserts an element into a list.
listRemoveDuplicates: Removes duplicate elements from a list. Matching is case-sensitive.
listRemoveDuplicatesNoCase: Removes duplicate elements from a list. Matching is not case-sensitive.
listSetAt: Replaces the contents of a list element.
listSort: Sorts list elements according to a sort type and sort order.