message-size-increase #3
@ -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)
|
||||||