struct Chem::Templates::SpecParser::ImplicitBondRecord

Defined in:

chem/templates/spec_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lhs : String, rhs : Element, order : BondOrder) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(lhs _lhs = @lhs, rhs _rhs = @rhs, order _order = @order) #

[View source]
def lhs : String #

def order : BondOrder #

def rhs : Element #