{"functions":{"function":[{"name":"add","description":"<p>Возвращает новый набор, в котором к <code>items</code> добавлены <code>addedItems</code>.</p>","params":{"param":[{"name":"items","types":{"type":["Iterable.<String>"]},"description":"<p>Текущий набор.</p>","optional":"false"},{"name":"addedItems","types":{"type":["Array.<String>"]},"description":"<p>Добавляемые элементы.</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":{"types":{"type":["Array"]},"description":""}},{"name":"remove","description":"<p>Возвращает новый набор, в котором из <code>items</code> удалены <code>removedItems</code>.</p>","params":{"param":[{"name":"items","types":{"type":["Iterable.<String>"]},"description":"<p>Текущий набор.</p>","optional":"false"},{"name":"removedItems","types":{"type":["Array.<String>"]},"description":"<p>Удаляемые элементы.</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":{"types":{"type":["Array"]},"description":""}}]}}