split_step - tokenization make simple in folly::Range
Summary: this is a simple method that allows a folly::Range `[b, e)` to be split on a character at position `i` (where b <= i < e) in an incremental manner. @override-unit-failures Test Plan: unit tests added Reviewed By: andrei.alexandrescu@fb.com FB internal diff: D1145631
Showing
Please register or sign in to comment