SET
Description
Example removing Duplicates
list(set([1, 1, 1]))Example to speed-up Rules
large_list := set([87, 737, ..., 1])
42 in large_listLast updated
Was this helpful?
list(set([1, 1, 1]))large_list := set([87, 737, ..., 1])
42 in large_listLast updated
Was this helpful?
Was this helpful?