organic/src/iter
Tom Alexander 4897952330
clippy Build clippy has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has succeeded Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has succeeded Details
Make creating AllAstNodeIter explicit.
This is to remove the ambiguity between calling iter on the specific structs like Document and calling iter on an AstNode by having an explicitly-named function to create the iterator.
2023-10-23 18:25:59 -04:00
..
all_ast_node_iter.rs Make creating AllAstNodeIter explicit. 2023-10-23 18:25:59 -04:00
ast_node_iter.rs Implement ExactSizeIterator for the other node types. 2023-10-10 15:27:03 -04:00
macros.rs Implement ExactSizeIterator for the other node types. 2023-10-10 15:27:03 -04:00
mod.rs Move AstNode into the types crate. 2023-10-02 13:10:45 -04:00