NSURL.as constructor

NSURL.as(
  1. ObjCObject other
)

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

Implementation

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