NSMutableSet constructor

NSMutableSet(
  1. Set value
)

Implementation

NSMutableSet(Set value) : super(value, init: _mutableCopy);