add split operator
authorTudor Bosman <tudorb@fb.com>
Tue, 13 Nov 2012 03:46:41 +0000 (19:46 -0800)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:44:30 +0000 (14:44 -0800)
commited4482475c02ded524019c347d271032d51553d4
treeb52647f135b229b2657b9fe17796bcc22da33f6c
parent8d246c4568bf6b7b53e17c270dc4cc176ae88a21
add split operator

Summary:
Also added eachAs (cast each value as a given type) and eachTo (use folly::to
on each value)

Test Plan: test added

Reviewed By: tjackson@fb.com

FB internal diff: D628868
folly/experimental/File-inl.h [new file with mode: 0644]
folly/experimental/File.cpp [new file with mode: 0644]
folly/experimental/File.h [new file with mode: 0644]
folly/experimental/FileGen-inl.h [new file with mode: 0644]
folly/experimental/FileGen.h [new file with mode: 0644]
folly/experimental/Gen-inl.h
folly/experimental/Gen.h
folly/experimental/StringGen-inl.h [new file with mode: 0644]
folly/experimental/StringGen.h [new file with mode: 0644]
folly/experimental/test/GenBenchmark.cpp
folly/experimental/test/GenTest.cpp