doddle
    Preparing search index...

    Function throws

    • Creates a Seq that throws an error when iterated.

      Type Parameters

      • T = never

      Parameters

      • thrower: () => Error

        Function that returns the error to throw.

      Returns Seq<T>

      A Seq that throws the specified error when iterated.