Ficus 0.0.2

Edit this page

SlideResult<'a> Type

Union cases

Union case Description

SimpleInsertion newCurrent

Full Usage: SimpleInsertion newCurrent

Parameters:
    newCurrent : 'a

newCurrent : 'a

SlidItemsLeft(newLeft, newCurrent)

Full Usage: SlidItemsLeft(newLeft, newCurrent)

Parameters:
    newLeft : 'a
    newCurrent : 'a

newLeft : 'a
newCurrent : 'a

SlidItemsRight(newCurrent, newRight)

Full Usage: SlidItemsRight(newCurrent, newRight)

Parameters:
    newCurrent : 'a
    newRight : 'a

newCurrent : 'a
newRight : 'a

SplitNode(newCurrent, newRight)

Full Usage: SplitNode(newCurrent, newRight)

Parameters:
    newCurrent : 'a
    newRight : 'a

newCurrent : 'a
newRight : 'a

Instance members

Instance member Description

this.IsSimpleInsertion

Full Usage: this.IsSimpleInsertion

Returns: bool
Returns: bool

this.IsSlidItemsLeft

Full Usage: this.IsSlidItemsLeft

Returns: bool
Returns: bool

this.IsSlidItemsRight

Full Usage: this.IsSlidItemsRight

Returns: bool
Returns: bool

this.IsSplitNode

Full Usage: this.IsSplitNode

Returns: bool
Returns: bool