New Issue: I/O module: skipField method

19832, "mppf", "I/O module: skipField method", "2022-05-18T15:19:44Z"

We have this method

proc channel.skipField() throws

documented here -- FormattedIO — Chapel Documentation 1.26

With the Encoders/Decoders design in #18499, the Decoder has the ability to read fields out of order, but I'm not sure how a skipField method would help, so probably we should remove it from the channel. If it is needed, it should probably be added as a method on the particular Decoder (e.g. JsonDecoder) that accepts the reader channel as an argument.