NSMutableData.as constructor
NSMutableData.as(
- ObjCObject other
Constructs a NSMutableData that points to the same underlying object as other.
Implementation
NSMutableData.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}