interface GenSource<E>
Generic source interface that represents a read-only view over block entries and collision entry sets used by block builders.
Type parameters
| Name | Description |
|---|---|
| E | the entry type contained in the source |
Properties
Methods
forEach
undocumented
forEachDefinition
forEach(f: (entry: E, index: number, halt: () => void) => void, options?: {
state?: TraverseState;
}): void;
Parameters
| Name | Type | Description |
|---|---|---|
f | (entry: E, index: number, halt: () => void) => void | |
options | {state?: TraverseState;} |