class Reline::LineEditor

def byteinsert(str, byte_pointer, other)

def byteinsert(str, byte_pointer, other)
r = str.byteslice(0, byte_pointer)
r << other
r << str.byteslice(byte_pointer, str.bytesize)
r