Non-const `dynamic` iterators
authorAndrew Krieger <andrew.krieger@oculus.com>
Thu, 9 Feb 2017 00:03:39 +0000 (16:03 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 9 Feb 2017 00:08:04 +0000 (16:08 -0800)
commit73182f6ef64011e8b2493b171d0ae448c89a6178
tree45f192dc12df1e9855d020fc44c97df5698dd121
parentc141f6ec365fcf87af33f7de9ad66d62520729c1
Non-const `dynamic` iterators

Summary:
Add non-const iterators corresponding to existing iterator types
where it makes sense.

Reviewed By: yfeldblum

Differential Revision: D4499520

fbshipit-source-id: dc4ec583d3da1c6701805b30b25389fbf9311a7c
folly/dynamic-inl.h
folly/dynamic.cpp
folly/dynamic.h
folly/test/DynamicTest.cpp