splice
fun splice(other: AttrList, pos: <Error class: unknown class>, len: <Error class: unknown class>)(source)
This function opens up a hole in @list, fills it in with attributes from the left, and then merges
Parameters
other
another PangoAttrList
pos
the position in @list at which to insert @other
len
the length of the spliced segment. (Note that this must be specified since the attributes in @other may only be present at some subsection of this range)