in byteview.go [39:44]
func (v ByteView) Len() int { if v.b != nil { return len(v.b) } return len(v.s) }