TextStyleSlice.start

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

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

Meta