LittleEndian.to

Converts the supplied array to integral type T

struct LittleEndian
static
T
to
(
T
)
(
const(void[]) x_
)

Parameters

x_ const(void[])

The supplied array of bytes (ubytes, bytes, chars, whatever)

Return Value

Type: T

A integral of type T created with the supplied bytes placed in the specified byte order.

Meta