IDPool ====== IDPool is a way to manage reusable identifiers. Functions --------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Description * - :doc:`/types/IDPool/get/index` - Gets a unique identifier. * - :doc:`/types/IDPool/free/index` - Frees an identifier. .. toctree:: :hidden: ./get/index.rst ./free/index.rst