Elements Returns a list with the elements in a specific position of a set. Syntax elements(List, Set) Description elements(List, Set) Given a list with integers and a proper set (i.e. , , ), returns a list with the -th element, , of the set. Related functions Table of Contents Syntax Description Related functions