Optionallist: T[]Optionalindex: numberOptionalclone: booleanThe list to read from.
Position of the item, counting from 0; outside the list it throws.
OptionalcloneWhen true, the item is deep-copied so the caller cannot change the list through it; an item that cannot be copied, such as one with circular references, throws.
A list and a position for
lists.getItem.