Internals

Info

The following interfaces are used internally and as such aren't exported by ChemEquations. However, you can still access them with using ChemEquations: interfacename.

ChemEquations._balanceFunction
_balance(equation::ChemEquation) -> ChemEquation
_balance(equation::ChemEquation, fractions::Any) -> ChemEquation

Wrapper function for balance.

source
ChemEquations._chargeMethod
_charge(str::AbstractString) -> Int64

Extracts charge from compound's string into a number of specified type.

source