You are reading a single comment by @d3nd3-o0 and its replies. Click here to read the full conversation.
  • @user113695 it is contiguous. I tested it myself. I think your mistake is coming from this part:

    var nlines = c.sum(fb.length, E.getAddressOf(E.toString(fb),true));
    

    Try this instead:

    var flatstring = E.toString(fb);
    var nlines = c.sum(fb.length, E.getAddressOf(flatstring,true));
    

    Not exactly sure why your version doesn't work, will look into it.

About

Avatar for d3nd3-o0 @d3nd3-o0 started