Make parseTo work with arbitrary string types
Summary: `to<T>` already works in simple cases when `IsSomeString<T>`; by generalizing `parseTo` any string-like `T` gets full functionality without having to copy-paste the overload. Reviewed By: yfeldblum Differential Revision: D26831450 fbshipit-source-id: c09629bb7173dde1e0986654128b8e1d7c48b9ba
Showing
Please register or sign in to comment