* Creates a `Set` cache object to optimize linear searches of large arrays. * * @private * @param {Array} [values] The values to cache. * @returns {null|Object} Returns the new cache object if `Set` is supported, else `null`.
(values)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected