FugueInsert<T> constructor
const
FugueInsert<T> (
- int at,
- T value
Creates an insert of value at at.
Implementation
const FugueInsert(this.at, this.value);
Creates an insert of value at at.
const FugueInsert(this.at, this.value);