TextDeltas typedef

TextDeltas = List<TextDelta>

Sugar for working with list of TextDeltas.

Implementation

typedef TextDeltas = List<TextDelta>;