特定のインデックス名に基づいて Set データを並べ替える必要があります。次のデータがあります。
txt_4: somevalue
txt_2: somevalue
txt_1: somevalue
txt_0: somevalue
txt_3: somevalue
このデータを並べ替えるにはどうすればよいですか? ありがとう。
アップデート:
ソート後の予想データ:
txt_0: somevalue
txt_1: somevalue
txt_2: somevalue
txt_3: somevalue
txt_4: somevalue