Trait janetrs::JanetExtend[][src]

pub trait JanetExtend<T> {
    fn extend(&mut self, collection: T);
}
Expand description

Trait that express the ability of a Janet collection to extend it with another collection.

Required methods

Implementors

Extend the table with all key-value pairs of the other table.