Skip to main content

BufWriter

type BufWriter

type BufWriter[GoType any] interface {
Write(writer io.Writer, value GoType)
}