another ref parameter that wasn't needed
This commit is contained in:
parent
da64d9e5c2
commit
36a7d7087f
|
@ -626,7 +626,7 @@ struct UTFBlockDecoder(size_t bufferSize_) if (bufferSize_ % 2 == 0)
|
|||
*
|
||||
* Returns: True if all the characters are printable, false otherwise.
|
||||
*/
|
||||
bool printable(const ref dchar[] chars) pure @safe nothrow
|
||||
bool printable(const dchar[] chars) pure @safe nothrow
|
||||
{
|
||||
foreach(c; chars)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue