aboutsummaryrefslogtreecommitdiff
path: root/Tasks.org
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-24 16:42:12 +0000
committerAria Shrimpton <me@aria.rip>2024-02-24 16:42:12 +0000
commit0194c4a9ffa0fc3b77dedede9beeb1d0e0d5488f (patch)
tree22a0e7f4264167775ef2b60565d3b09c6d0a77f0 /Tasks.org
parent1741057ebb734d97acc4edfc84dcc2d62b8789f1 (diff)
add iter method to container and make contains immutable
Diffstat (limited to 'Tasks.org')
-rw-r--r--Tasks.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tasks.org b/Tasks.org
index 98bf0fb..6ed50ef 100644
--- a/Tasks.org
+++ b/Tasks.org
@@ -236,6 +236,10 @@ Ideas:
require_cdr fuckery
renaming of op- stuff
boolean literals
+problems with trait bounds on element types
+and on being able to implement traits w/ types using container types because of opaqueness
+iterator trait stuff
+mutable borrows in methods
*** TODO Integration w/ Cargo