function t(e, a) {
switch (arguments.length) {
case 0:
break;
case 1:
this.range(e);
default:
this.range(a).domain(e);
}
return this;
export {
t as i
};