Closed Adanos020 closed 9 months ago
I added the following methods to DockState, Surface, Tree, and Node:
DockState
Surface
Tree
Node
filter_map_tabs
filter_tabs
retain_tabs
All of which are consistent with std's Vec::retain and Iterator::{filter,filter_map}.
std
Vec::retain
Iterator::{filter,filter_map}
I added the following methods to
DockState
,Surface
,Tree
, andNode
:filter_map_tabs
filter_tabs
retain_tabs
All of which are consistent with
std
'sVec::retain
andIterator::{filter,filter_map}
.