maxKringSize method

int maxKringSize(
  1. int k
)

Implementation

int maxKringSize(
  int k,
) {
  return _maxKringSize(
    k,
  );
}