phobos/std/algorithm
Sebastian Wilzbach 805c720595 Unify Phobos by ensuring there's always a space after cast(...)
Command:

sed -E 's/([^"])cast\(([^)]*?)\)([[:alnum:]])/\1cast(\2) \3/g' -i **/*.d
2017-02-21 16:40:20 +01:00
..
comparison.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
internal.d fix property enforcement 2015-12-04 15:42:53 +09:00
iteration.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
mutation.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
package.d Add new min/maxIndex symbols to booktables 2016-12-21 10:51:16 +01:00
searching.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
setops.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
sorting.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00