doddle
    Preparing search index...

    Function throws

    • Creates an ASeq that throws an error when iterated.

      Type Parameters

      • T = never

      Parameters

      • thrower: () => Error

        Function that returns the error to throw.

      Returns ASeq<T>

      An ASeq that throws the specified error when iterated.