dext.conv

Provides value conversion functionality, supplemental to std.conv.

Members

Functions

to
A to(N x)

Converts an integral number to a static or dynamic array of ubyte.

to
N to(A arr)

Converts an array (either static or dynamic, but not associative) of ubyte to an integral number.

Meta

Authors

Tony J. Hudgins