Prelude API
    Preparing search index...

    Function unsortedLast

    • Returns the last element from an iterable.

      Type Parameters

      • T

      Parameters

      • values: Iterable<T>

        The iterable to get the last element from

      Returns T

      The last element in the iterable

      Error if the iterable is empty