message-size-increase #3

Merged
sashakoshka merged 227 commits from message-size-increase into main 2025-09-07 19:27:38 -06:00
Showing only changes of commit 3a88619f9b - Show all commits

View File

@ -1,5 +1,7 @@
package tape package tape
import "iter"
// encoding and decoding functions must not make any allocations // encoding and decoding functions must not make any allocations
type TablePushFunc func(tag uint16, value []byte) (n int, err error) type TablePushFunc func(tag uint16, value []byte) (n int, err error)