one static method

Implementation

static LexoInteger one(LexoNumeralSystem sys) {
  return LexoInteger.make(sys, 1, LexoInteger.ONE_MAG);
}