class

Chem::BondArray

Inherits Indexable / Enumerable / Iterable / Reference / Object

Constructors

new(atom : Atom)
Source

Instance methods

<<(bond : Bond)
Source
[](atom : Atom) : Bond
Source
[]?(atom : Atom) : Bond | Nil
Source
add(bond : Bond) : Bond
Source
add(other : Atom, order : BondOrder = :single) : Bond
Source
delete(other : Atom)
Source
delete(bond : Bond)
Source
size(*args, **options)
Source
size(*args, **options, &)
Source
unsafe_fetch(*args, **options)
Source
unsafe_fetch(*args, **options, &)
Source