d_to_python_bytes

Convert a D object to python bytes (str, in python 2).

d_to_python_bytes
(
T
)
(
T t
)
if (
is(T == string)
)

Meta