Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 483 Bytes

Utilities

Libraries

  • gcd - Greatest Common Denominator
  • lcm - Least Common Multiple
  • swap - Swap values

Frameworks

  • BaseCharacters

    Single to encapsulate characters used by different bases.

  • NSData+stringAsBase

    Convert the NSData object into an NSString of the specified base.

  • NSString+stringAsBase

    Convert the NSString into an NSString of the specified base.

  • NSString+stringAsReverseString

    Returns a reversed NSString.