Chem::BondArray
Inherits Indexable / Enumerable / Iterable / Reference / Object
Constructors
new(atom : Atom)
SourceInstance methods
<<(bond : Bond)
Source[](atom : Atom) : Bond
Source[]?(atom : Atom) : Bond | Nil
Sourceadd(bond : Bond) : Bond
Sourceadd(other : Atom, order : BondOrder = :single) : Bond
Sourcedelete(other : Atom)
Sourcedelete(bond : Bond)
Sourcesize(*args, **options)
Sourcesize(*args, **options, &)
Sourceunsafe_fetch(*args, **options)
Sourceunsafe_fetch(*args, **options, &)
Source