https://issues.dlang.org/show_bug.cgi?id=14136
--- Comment #3 from David Nadlinger <[email protected]> --- match() is just one of a number of @trusted range functions in that module (see e.g. the declarations immediately surrounding it). This example is just to illustrate that this indeed leads to a real problem with safety. Careful auditing of the use of @trusted in the module will be required to fully resolve this issue. --
