Skip to content

Commit

Permalink
Merge pull request #272 from jamashita/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jamashita authored Apr 17, 2024
2 parents c186606 + fa25a97 commit f2aa0f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tree/ClosureTable/ClosureTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ImmutableDictionary, MutableDictionary } from '../../dictionary/index.j
import { ImmutableSequence } from '../../sequence/index.js';
import type { TreeID } from '../TreeID.js';
import type { ClosureTableHierarchies } from './ClosureTableHierarchies.js';
import type { ClosureTableHierarchy } from './ClosureTableHierarchy.js';

export class ClosureTable<out K extends TreeID> extends Quantity<K, ReadonlyAddress<K>> {
private readonly table: ImmutableDictionary<K, ReadonlyAddress<K>>;
Expand Down

0 comments on commit f2aa0f0

Please sign in to comment.