VibeSet<E> constructor

VibeSet<E>([
  1. Set<E>? src
])

Implementation

VibeSet([Set<E>? src]) : src = src ?? {};