withObjects

Declaration

static OSSetPtr withObjects(const OSObject **values, uint32_t count, uint32_t capacity);
static OSPtr<OSSet> withObjects(const OSObject *objects[], unsigned int count, unsigned int capacity);