Method Reduce
Reduce(Reduce)
Remove empty rows from the given Trie and return the newly reduced Trie.
Declaration
public override Trie Reduce(Reduce by)
Parameters
| Type | Name | Description |
|---|---|---|
| Reduce | by | the Trie to reduce |
Returns
| Type | Description |
|---|---|
| Trie | the newly reduced Trie |