Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/sbin/serialize.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import sbin.repr;
/++ Serialize to output ubyte range

Params:
val - serializible value
r - output range
vals = serializible values
r = output range
+/
void sbinSerialize(RH=EmptyReprHandler, R, string file=__FILE__, size_t line=__LINE__, Ts...)
(auto ref R r, auto ref const Ts vals) if (isOutputRange!(R, ubyte) && Ts.length && isReprHandler!RH)
Expand Down