Hi,
it is a merge of 2 lists: you append the list [d] (a list of one element, d) to t which is a list. There are several ways to write the same thing (for example: List.insert_at(t, -1, d))
why the parentheses…
Can’t say without the rest of the code. To avoid a conflict (precedence) with an other operator?






















