protected static function colorDeleteLineWithIntralineEdits()

in src/ColoredUnifiedDiff.php [39:45]


  protected static function colorDeleteLineWithIntralineEdits(
    vec<DiffOp<string>> $ops,
  ): TOut {
    return static::colorDeleteLine(
      '- '.(Vec\map($ops, $op ==> $op->getContent()) |> Str\join($$, '')),
    );
  }