Header menu logo FSharp.Data.Adaptive

Index Module

functional operators for the Index datastructure. supported operations are: Index.zero, Index.after(index), Index.before(index), Index.between(l, r).

Functions and values

Function or value Description

after index

Full Usage: after index

Parameters:
Returns: Index

gets an index after the given one.

index : Index
Returns: Index

before index

Full Usage: before index

Parameters:
Returns: Index

gets an index before the given one.

index : Index
Returns: Index

between a b

Full Usage: between a b

Parameters:
Returns: Index

gets an index between the given ones.

a : Index
b : Index
Returns: Index

zero

Full Usage: zero

Returns: Index

the root index.

Returns: Index

Type something to start searching.