Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai committed Feb 6, 2024
1 parent 9318d7c commit 2f8d4b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ the backtracking algorithm is as fast as possible.

func (t *Table[V]) String() string
func (t *Table[V]) Fprint(w io.Writer) error
func (t *Table[V]) DumpList(is4 bool) []DumpListNode[V]
func (t *Table[V]) MarshalJSON() ([]byte, error)
func (t *Table[V]) MarshalText() ([]byte, error)
```

Expand Down

0 comments on commit 2f8d4b9

Please sign in to comment.