TextStyleSlice.end

Start and end of this slice. Start is inclusive, end is exclusive. The range may exceed text boundaries.

  1. auto start;
  2. auto end;
    struct TextStyleSlice
    auto end = size_t.max;

Meta