constructor()

in src/meter/dist_summary.ts [13:15]


    constructor(id: Id, writer: WriterUnion = new_writer("none")) {
        super(id, writer, "d");
    }