adjustStack

abstract fun adjustStack(stackTrace: Sequence<String>): Sequence<String>(source)

Adjusts the stack in some way or another.

As side notice, stack is a property of Error which is currently not visible in Kotlin.

Return

The adjusted stack.