slice_to_type

Undocumented in source. Be warned that the author may not have intended to support it.
ref @nogc
slice_to_type
(
T
)
(
grpc_slice _slice
)
if (
__traits(isPOD, T) &&
__traits(compiles, cast(T)[0x01, 0x02])
)

Meta