pop(from:)

Pops the element corresponding to id from the stack, and all elements after it.

StackReducer.swift:160
mutating func pop(from id: StackElementID)

Parameters

id

The identifier of an element in the stack.