withConfigFrom method

ISet<T> withConfigFrom(
  1. ISet<T> other
)

Returns a new set with the contents of the present ISet, but the config of other.

Implementation

ISet<T> withConfigFrom(ISet<T> other) => withConfig(other.config);