Module lib_ruby_parser::containers [−][src]
Module with generic containers
Modules
list | Module with List container |
loc | Module with Loc container |
maybe_loc | Module with MaybeLoc container |
maybe_ptr | Module with MaybePtr container |
maybe_string_ptr | Module with MaybeStringPtr container |
ptr | Module with Ptr container |
shared_list | Module with SharedList container |
string_ptr | Module with StringPtr container |
Type Definitions
List | Rust-compatible list |
Loc | Rust-compatible not-null Loc pointer (technically not a pointer, but it mimics it) |
MaybeLoc | Rust-compatible nullable pointer |
MaybePtr | Rust-compatible nullable pointer |
MaybeStringPtr | Rust-compatible nullable string container |
Ptr | Rust-compatible not-null pointer |
SharedList | Rust-compatible shared list |
StringPtr | Rust-compatible not nullable String container |