toUbyte

fnconst(ubyte)[] toUbyte(T)(const scope ref T val) if (__traits(isFloating, T) && (is(T : real) || is(T : ireal))) @trusted pure nothrow @nogc
No documentation available for this declaration.
fnconst(ubyte)[] toUbyte(T)(return scope const T[] arr) if (T.sizeof == 1) @trusted pure nothrow @nogc
No documentation available for this declaration.
fnconst(ubyte)[] toUbyte(T)(return scope const T[] arr) if (T.sizeof > 1) @trusted pure nothrow @nogc
No documentation available for this declaration.
fnconst(ubyte)[] toUbyte(T)(const ref scope T val) if (__traits(isIntegral, T) && !is(T == enum) && !is(T == __vector)) @trusted pure nothrow @nogc
No documentation available for this declaration.
fnconst(ubyte)[] toUbyte(T)(const ref scope T val) if (is(T == __vector)) @trusted pure nothrow @nogc
No documentation available for this declaration.
fnconst(ubyte)[] toUbyte(T)(const ref return scope T val) if (is(T == enum)) @trusted pure nothrow @nogc
No documentation available for this declaration.
fnconst(ubyte)[] toUbyte(T)(const ref T val) if (is(T == delegate) || is(T : V *, V) && __traits(getAliasThis, T).length == 0) @trusted pure nothrow @nogc
No documentation available for this declaration.
fnconst(ubyte)[] toUbyte(T)(const return ref scope T val) if (is(T == struct) || is(T == union)) @trusted pure nothrow @nogc
No documentation available for this declaration.