sequentiallyRepeat
infix fun <T> BlockingAnsweringScope<T>.sequentiallyRepeat(block: BlockingSequentialAnswerBuilder<T>.() -> Unit)
Simplification for BlockingAnsweringScope.sequentially with repeat.
infix fun <T> SuspendAnsweringScope<T>.sequentiallyRepeat(block: SuspendSequentialAnswerBuilder<T>.() -> Unit)
Simplification for SuspendAnsweringScope.sequentially with repeat.