unescape

Convert 'escaped' chars to normal ones: \t => ^t for example. Supports \" \' \\ \a \b \f \n \r \t \v

inout(T)[]
unescape
(
T
)
(
inout(T)[] src
,
T[] dst = null
)

Meta