replace method

IO<Unit> replace(
  1. IList<T> stack
)

Implementation

IO<Unit> replace(IList<T> stack) => set(stack);