unset method

void unset(
  1. K key
)

Implementation

void unset(K key) {
  add(MapDiff.unset(args, key, args.original[key]));
}