OK, so a cast does indeed work, and lenientops may also support it (will visit that module soon) but a plain safe type conversion does not work? Strange -- is that just because no one had the time to implement the type conversion yet?
A cast is too unsafe of course, no one can guarantee that Nim compilers from other companies or Nim 4.0 will have compatible binary layout. For lenientops, I guess when I import whole module, I will get all the relaxed math also, which may be not desired. Maybe I can import only seq to string conversion, will investigate that later.
