Skip to content

Commit

Permalink
Remove unsued toUTF16 function
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Oct 9, 2024
1 parent efe55f2 commit 2476aa5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/numem/conv.d
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ nstring toString(T)(T item) if (__traits(hasMember, T, "toNString")) {
return item.toNString();
}

nwstring toUTF16(T)(ref auto T str) if (isSomeString!T) {

}

@("toString")
unittest {
assert((32u).toString() == "32");
Expand Down

0 comments on commit 2476aa5

Please sign in to comment.