Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Type aliases

Static JSON

JSON: [LogootInt.JSON, number | string][]

Static MappedOrderJSON

MappedOrderJSON: [LogootInt.JSON, number][]

Constructors

constructor

Properties

Protected branch_array

branch_array: BranchKey[] = []

Readonly branch_order

branch_order: BranchOrder

Optional Readonly end

Protected lp

lp: LogootishPosition = new LogootishPosition()

Optional Readonly start

Accessors

length

  • get length(): number

levels

  • get levels(): number
  • Returns the last index of the array. This is useful because before this, the algorithm code often contained many occurences of length - 1. This is used to cut down redundancy.

    Returns number

Methods

cmp

Private cmp_level

copy

eq

equalsHigherLevel

gt

gteq

inverseOffsetLowest

iterator

l

lt

lteq

offsetLowest

selfTest

  • selfTest(): void

toJSON

toMappedOrderJSON

toString

  • toString(): string

truncateTo

Static fromIntsBranches

Generated using TypeDoc