NSCharacterSet.as constructor

NSCharacterSet.as(
  1. ObjCObject other
)

Constructs a NSCharacterSet that points to the same underlying object as other.

Implementation

NSCharacterSet.as(objc.ObjCObject other) : object$ = other {
  assert(isA(object$));
}