Skip to main content

mutableStateListOf

Function mutableStateListOf 

Source
pub fn mutableStateListOf<T, I>(values: I) -> SnapshotStateList<T>
where T: Clone + 'static, I: IntoIterator<Item = T>,