export function _setCoerce(this: Stringifiers, obj: Set<any>): string {
  return _array.call(this, Array.from(obj));
}