.. index:: ulid(Representation) .. _ulid/1: .. rst-class:: right **object** ``ulid(Representation)`` ======================== * ``Representation`` - Text representation for the ULID. Possible values are ``atom``, ``chars``, and ``codes``. Universally Unique Lexicographically Sortable Identifier (ULID) generator. | **Availability:** | ``logtalk_load(ulid(loader))`` | **Author:** Paulo Moura | **Version:** 1:0:0 | **Date:** 2023-05-19 | **Compilation flags:** | ``static, context_switching_calls`` | **Implements:** | ``public`` :ref:`ulid_protocol ` | **Uses:** | :ref:`fast_random ` | :ref:`iso8601 ` | :ref:`list ` | :ref:`os ` | **Remarks:** | (none) | **Inherited public predicates:** |  :ref:`ulid_protocol/0::generate/1`  :ref:`ulid_protocol/0::generate/2`  :ref:`ulid_protocol/0::generate/8`  :ref:`ulid_protocol/0::timestamp/2`  :ref:`ulid_protocol/0::timestamp/8`   .. contents:: :local: :backlinks: top Public predicates ----------------- (no local declarations; see entity ancestors if any) Protected predicates -------------------- (no local declarations; see entity ancestors if any) Private predicates ------------------ (no local declarations; see entity ancestors if any) Operators --------- (none) .. seealso:: :ref:`ulid `, :ref:`ulid_types `, :ref:`uuid(Representation) `, :ref:`uuid `, :ref:`ids `, :ref:`ids(Representation,Bytes) `