package ocgtk

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

Class Bitset.bitset

method add : int -> bool
method add_range : int -> int -> unit
method add_range_closed : int -> int -> unit
method add_rectangle : int -> int -> int -> int -> unit
method contains : int -> bool
method difference : Ocgtk_gtk__.Bitset.t -> unit
method equals : Ocgtk_gtk__.Bitset.t -> bool
method get_maximum : unit -> int
method get_minimum : unit -> int
method get_nth : int -> int
method get_size : unit -> UInt64.t
method get_size_in_range : int -> int -> UInt64.t
method intersect : Ocgtk_gtk__.Bitset.t -> unit
method is_empty : unit -> bool
method ref : unit -> Ocgtk_gtk__.Bitset.t
method remove : int -> bool
method remove_all : unit -> unit
method remove_range : int -> int -> unit
method remove_range_closed : int -> int -> unit
method remove_rectangle : int -> int -> int -> int -> unit
method shift_left : int -> unit
method shift_right : int -> unit
method splice : int -> int -> int -> unit
method subtract : Ocgtk_gtk__.Bitset.t -> unit
method union : Ocgtk_gtk__.Bitset.t -> unit
method as_bitset : Ocgtk_gtk__.Bitset.t