Vector.opDispatch.opDispatch - multiple declarations

Function Vector.opDispatch.opDispatch

ref auto opDispatch(X)() @property;

Function Vector.opDispatch.opDispatch

void opDispatch(X, T2, alias n) (
  Vector!(T2,n) vec
) @property
if (s.length == n);