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.
1 parent 1a1681f commit c2f9b02Copy full SHA for c2f9b02
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