@tsdotnet/linq - v1.5.11
    Preparing search index...

    Function elementAtOrDefault

    Produces a function that returns the element at a specified index in a sequence or a default value if out of bounds.

    The optional default value to use if the element is not found.

    A function that when passed a sequence of elements selects the specific element.