get Mutable Item List
Returns a mutable copy of the current item list.
현재 아이템 리스트의 가변 복사본을 반환합니다.
Warning: This is a snapshot copy. Mutations do NOT affect the adapter state.
경고: 이 리스트는 스냅샷 복사본이며 변경해도 adapter 상태에 반영되지 않습니다.
To update the adapter, pass the modified list to setItems explicitly.
adapter를 갱신하려면 수정된 리스트를 setItems에 명시적으로 전달해야 합니다.
Return
A mutable copy of the current item list.
현재 아이템 리스트의 가변 복사본을 반환합니다.