makeTrans
fn
string makeTrans(scope const(char)[] from, scope const(char)[] to) @trusted pure nothrowDo same thing as makeTransTable but allocate the translation table on the GC heap.
Use makeTransTable instead.