layout_convert 0.0.5
A String class now has these methods available * cyrillic? * latin? * mixed? * cyrillish? * latinish? * swap_layout Usage: It's simple, just type ``` "ghbdtn".swap_layout ``` And you will get this result ``` => "привет" ``` Easy! :)