[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["This function finds the starting position of the last occurrence of a target list within another list."],["If the target list is not found within the main list, it returns -1."],["It is used specifically for searching for a sublist within a larger list."],["The function is called on a list object and takes the target list as an argument."],["The return value is always an integer representing the index of the last occurrence or -1 if not found."]]],[]]