componentsJoinedByString_ method

NSString componentsJoinedByString_(
  1. NSString separator
)

Implementation

NSString componentsJoinedByString_(NSString separator) {
  final _ret = _lib._objc_msgSend_68(
      _id, _lib._sel_componentsJoinedByString_1, separator._id);
  return NSString._(_ret, _lib, retain: true, release: true);
}