errors method

List<N> errors(
  1. List<N> output
)

Same as diff.

Implementation

List<N> errors(List<N> output) => diff(output);