swu2num function

int swu2num(
  1. String swuNum
)

Implementation

int swu2num(String swuNum) {
  return swuNum.runes.first - 0x1D80C + 250;
}