package links

  1. Overview
  2. Docs
type t = Links_lens__.Phrase_value.t list
val compare_val : Links_lens__.Phrase_value.t -> Links_lens__.Phrase_value.t -> int
val compare : t -> t -> int
val find_index : t array -> record:t -> int option

Find to find the index of record in an array of records.

val find_record : t array -> record:t -> t option

Find the actual record in an array of records which partially matches on record.

val find_all_index : t array -> record:t -> int * int

Find the index range of records matching record.

val find_all_record : t array -> record:t -> t array

Get the array subset of records matching record.

val equal : t -> t -> bool