$#items represents the last index variable for items array. x = items[-1]. x = items[-1]. x = items.last. let x = items.last().unwrap(); ...
確定! 回上一頁