We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d691d6a + dc2a67c commit 43ca58dCopy full SHA for 43ca58d
std/uni.d
@@ -895,7 +895,7 @@ struct MultiArray(Types...)
895
return (storage.ptr+storage.length - raw_ptr!n)*size_t.sizeof;
896
}
897
898
- void store(OutRange)(scope OutRange sink) const @safe
+ void store(OutRange)(scope OutRange sink) const
899
if (isOutputRange!(OutRange, char))
900
{
901
import std.format : formattedWrite;
0 commit comments