from method

Result<Prefix, String> from(
  1. int num
)

Implementation

Result<Prefix, String> from(int num) {
  return create(num);
}