set.concat()
Description
Creates a Set by copying the calling Set to a new Set and appending another Set.
The calling Set and the other Set aren’t changed.
set.concat()
Creates a Set by copying the calling Set to a new Set and appending another Set.
The calling Set and the other Set aren’t changed.