makeTrans

fnstring makeTrans(scope const(char)[] from, scope const(char)[] to) @trusted pure nothrow

Do same thing as makeTransTable but allocate the translation table on the GC heap.

Use makeTransTable instead.