package mirage-btrees
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Parameter Make.Node
type t = Store.page_aligned_buffer
type pointer = Allocator.pointer
val create : int -> t
val noKeys : t -> int
val setNoKeys : t -> int -> unit
val minDegree : t -> int
val pageSize : t -> int
val leaf : t -> bool
val setLeaf : t -> bool -> unit
val printKeys : t -> string list
val printValues : t -> string list