Module lib_ruby_parser::containers::helpers[][src]

Expand description

Module with compatibility APIs that are implemented for both native AND external containers

Traits

Shared List API, implemented for both ExternalList and std::vec::Vec

Shared Maybe API, implemented for both ExternalMaybe and std::option::Option

Shared Ptr API, implemented for both ExternalPtr and Box