makeTransTable
fn
char[256] makeTransTable(scope const(char)[] from, scope const(char)[] to) @safe pure nothrow @nogcConstruct 256 character translation table, where characters in from[] are replaced by corresponding characters in to[].
Parameters
from | array of chars, less than or equal to 256 in length |
to | corresponding array of chars to translate to |
Returns
translation array