We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a1681f + c2f9b02 commit 75c2bc1Copy full SHA for 75c2bc1
src/rust_core/get.rs
@@ -3,7 +3,7 @@ use crate::persistent_list_map::IPersistentMap;
3
use crate::value::{ToValue, Value};
4
use std::rc::Rc;
5
6
-// General assoc fn; however, currently just implemented
+// General get fn; however, currently just implemented
7
// for our one map type, PersistentListMap
8
#[derive(Debug, Clone)]
9
pub struct GetFn {}
0 commit comments