plus
operator fun <T : Screen> BackStackScreen<T>.plus(other: BackStackScreen<T>?): BackStackScreen<T>(source)
Returns a new BackStackScreen with the BackStackScreen.frames of other added to those of the receiver. other is nullable for convenience when using with toBackStackScreenOrNull.