protected static function colorInsertLineWithIntralineEdits()

in src/ColoredUnifiedDiff.php [59:65]


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