func move()

in SAM2-Demo/Views/LayerListView.swift [50:52]


    func move(from source: IndexSet, to destination: Int) {
        segmentationImages.move(fromOffsets: source, toOffset: destination)
    }