shiftExpandString method

String shiftExpandString(
  1. NavCtntPair<T> currentPages,
  2. Navigatable<T> insertPage
)

Implementation

String shiftExpandString(NavCtntPair<T> currentPages, Navigatable<T> insertPage)=>shiftExpand(currentPages, insertPage).$1.toString();