(index, atoms)
| 17364 | return this.setLine(atoms.join(this.atomBreakSymbol)) |
| 17365 | } |
| 17366 | setAtomsFrom(index, atoms) { |
| 17367 | this.setAtoms(this.atoms.slice(0, index).concat(atoms)) |
| 17368 | return this |
| 17369 | } |
| 17370 | appendAtom(atom) { |
| 17371 | const atoms = this.atoms |
| 17372 | atoms.push(atom) |
no test coverage detected