mirror of
https://github.com/zhigang1992/Argo.git
synced 2026-01-12 17:12:37 +08:00
We don't actually need to use Runes internally, since we're mainly using Decoded as an applicative, and not Optional or Array. Everything that we were using Runes for can be implemented with instance methods or as a simple function (in the case of pure for Array)