OpenBIMRL | Set functions
Class path: collection.set.listToSet
List to set

Description
Creates a set from a list, ignoring duplicates.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | List | List<Object> | List |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Set | Set<Object> | Set |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself