type github.com/go-faster/jx.ArrIter
8 uses
github.com/go-faster/jx (current package)
dec_arr_iter.go#L8: type ArrIter struct {
dec_arr_iter.go#L16: func (d *Decoder) ArrIter() (ArrIter, error) {
dec_arr_iter.go#L18: return ArrIter{}, errors.Wrap(err, `"[" expected`)
dec_arr_iter.go#L21: return ArrIter{}, err
dec_arr_iter.go#L24: return ArrIter{}, err
dec_arr_iter.go#L27: return ArrIter{d: d}, nil
dec_arr_iter.go#L31: func (i *ArrIter) Next() bool {
dec_arr_iter.go#L61: func (i *ArrIter) Err() error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |