public Input input(int pos) { kind = Kind_input.Input; return this; }
public Input delete(int pos) { kind = Kind_input.Delete; return this; }