class Chem::BondArray
- Chem::BondArray
- Reference
- Object
Included Modules
Defined in:
chem/core/bond_array.crConstructors
Instance Method Summary
- #<<(bond : Bond)
- #[](atom : Atom) : Bond
- #[]?(atom : Atom) : Bond | Nil
- #add(other : Atom, order : Int32) : Bond
- #add(bond : Bond) : Bond
- #add(other : Atom, kind : Bond::Kind = :single) : Bond
- #delete(bond : Bond)
- #delete(other : Atom)
- #full? : Bool
- #size(*args, **options)
- #size(*args, **options, &)
- #unsafe_fetch(*args, **options)
- #unsafe_fetch(*args, **options, &)
Instance methods inherited from module Indexable(Chem::Bond)
index!(of object, offset : Int = 0) : Intindex!(offset : Int = 0, &block : T -> Bool) : Int index!