All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
down?
predicate to check the possibility of navigation down via a specific key.(azip/down? z :key)
is faster than(some? #(= % :key) (azip/keys z))
.
- Initial release.