Function lazybar_core::remove_array_from_config
source ยท pub fn remove_array_from_config<S: BuildHasher>(
id: &str,
table: &mut HashMap<String, Value, S>,
) -> Option<Vec<Value>>
Expand description
Removes a value from a given config table and returns an attempt at parsing it into an array