- Preparing search index...
- The search index is not available
good-dag
Constructors
constructor
- new DAGEntry<T>(dag: DAGData<T>, index: number): DAGEntry<T>
-
Parameters
-
dag: DAGData<T>
-
index: number
Properties
Readonly
data
data: DAGData<T>
Readonly
index
index: number
Methods
isRoot
- isRoot(): boolean
-
Returns boolean
size
- size(): number
-
Returns number
add a new entry into the DAG with the supplied value, with this entry as its parent.