package lrgrep

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Utils.BoolvectorSource

Sourcetype 'n t
Sourceval make : 'n Fix.Indexing.cardinal -> bool -> 'n t
Sourceval init : 'n Fix.Indexing.cardinal -> ('n Fix.Indexing.index -> bool) -> 'n t
Sourceval test : 'n t -> 'n Fix.Indexing.index -> bool
Sourceval set : 'n t -> 'n Fix.Indexing.index -> unit
Sourceval clear : 'n t -> 'n Fix.Indexing.index -> unit
Sourceval from_vector : ('n, 'a) Fix.Indexing.vector -> ('a -> bool) -> 'n t