func()

in internal/error.go [129:132]


func (e *errArrayElem) Free() {
	e.err = nil
	_errArrayElemPool.Put(e)
}