Closed ysono closed 3 years ago
Addressing https://github.com/ysono/pancake/pull/8/files#r675227376
If arg deser is false, ret can be Skip or EOF.
deser
Skip
EOF
If arg deser is true, ret can be Empty, Item, or EOF.
Empty
Item
I suspect there is a better way to implement the types...
Addressing https://github.com/ysono/pancake/pull/8/files#r675227376
If arg
deser
is false, ret can beSkip
orEOF
.If arg
deser
is true, ret can beEmpty
,Item
, orEOF
.I suspect there is a better way to implement the types...