mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
#26 new: ios home widget
This commit is contained in:
@@ -53,8 +53,8 @@ extension OrderX<T> on Order<T> {
|
||||
}
|
||||
|
||||
/// order: ['d', 'b', 'e']\
|
||||
/// items: ['a', 'b', 'c', 'd']\
|
||||
/// result: ['b', 'd', 'a', 'c']\
|
||||
/// this: ['a', 'b', 'c', 'd']\
|
||||
/// result: ['d', 'b', 'a', 'c']\
|
||||
/// return: ['e']
|
||||
List<String> reorder({
|
||||
required List<String> order,
|
||||
|
||||
Reference in New Issue
Block a user