FSharpx.Collections


IntMap<'T> Type

Union cases

Union case Description

Bin(int, int, IntMap<'T>, IntMap<'T>)

Full Usage: Bin(int, int, IntMap<'T>, IntMap<'T>)

Parameters:
    Item1 : int
    Item2 : int
    Item3 : IntMap<'T>
    Item4 : IntMap<'T>

Item1 : int
Item2 : int
Item3 : IntMap<'T>
Item4 : IntMap<'T>

Nil

Full Usage: Nil

Tip(int, 'T)

Full Usage: Tip(int, 'T)

Parameters:
    Item1 : int
    Item2 : 'T

Item1 : int
Item2 : 'T

Instance members

Instance member Description

this.FoldBackWithKey(f) (z)

Full Usage: this.FoldBackWithKey(f) (z)

Parameters:
    f : int -> 'T -> 'a -> 'a
    z : 'a

Returns: 'a
f : int -> 'T -> 'a -> 'a
z : 'a
Returns: 'a

this.ToList()

Full Usage: this.ToList()

Returns: (int * 'T) list
Returns: (int * 'T) list