Brr_css.HighlightHighlight objects.
The type for Highlight objects.
val create : unit -> tcreate () is a new highlight object.
val has : t -> Brr.Range.t -> boolhas h r is true if h has the range r.
val add : t -> Brr.Range.t -> unitadd h r adds adds the range r to h.
val delete : t -> Brr.Range.t -> booldelete h r deletes the range r and returns true if there was such an range and false otherwise.
val fold : (Brr.Range.t -> 'acc -> 'acc) -> t -> 'acc -> 'accfold f h acc folds f over the ranges of h starting with acc.