public GuardBuilder drop(int index, int count) { binder = binder.drop(index, count); return this; }
public GuardBuilder drop(int index) { binder = binder.drop(index); return this; }