Helpful
    Preparing search index...

    An object that can serialize an IZSort list to a string.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Serializes a sort list to a string.

      Parameters

      • candidate: IZSort[] | null | undefined

        The sort list to serialize.

      Returns string | undefined

      The string representation of the sort. Returns undefined if the list is empty, null, or undefined.