mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
6 lines
132 B
D
6 lines
132 B
D
module imports.test11563std_array;
|
|
|
|
void popFront(S)(ref S str)// @trusted pure nothrow
|
|
{
|
|
import imports.test11563core_bitop;
|
|
}
|