From 2f8d4b9da5e1d53d35f23e81f7f6aefcdf349f56 Mon Sep 17 00:00:00 2001 From: Karl Gaissmaier Date: Tue, 6 Feb 2024 14:57:28 +0100 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15ae5eb..4e835e5 100644 --- a/README.md +++ b/README.md @@ -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) ```