Update tinyendian to 0.2.0
This commit is contained in:
parent
5757869e9a
commit
4cd437b1ae
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ final class Reader
|
|||
///
|
||||
/// Throws: ReaderException on a UTF decoding error or if there are
|
||||
/// nonprintable Unicode characters illegal in YAML.
|
||||
this(ubyte[] buffer) @trusted pure
|
||||
this(ubyte[] buffer) @safe pure
|
||||
{
|
||||
auto endianResult = fixUTFByteOrder(buffer);
|
||||
if(endianResult.bytesStripped > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue