.. include:: ../global.rst .. _`Idio functions`: ************** Idio Functions ************** Type-specific functions (predicates, constructors, accessors, etc.) are documented under :ref:`Idio types`. Almost all functions might raise an :ref:`^rt-parameter-type-error <^rt-parameter-type-error>` condition if you pass an argument with the wrong type and you may receive an :ref:`^rt-function-arity-error <^rt-function-arity-error>` condition if you pass the wrong number of arguments. Other generic conditions are possible: :ref:`^rt-parameter-value-error <^rt-parameter-value-error>`, :ref:`^rt-syntax-error <^rt-syntax-error>` etc.. .. toctree:: :maxdepth: 1 all equality file-handling chdir globbing predicates printing sorting loading posix-regex path-functions timing rfc6234 values properties vtables thread-state .. include:: ../commit.rst