concat method
Link
concat(
- Link next
inherited
Adds next after this link
Implementation
Link concat(
Link next,
) =>
Link.concat(this, next);
Adds next after this link
Link concat(
Link next,
) =>
Link.concat(this, next);