protocol BaseDigits
s10BaseDigitsAAP
3IZGQ
import BaseDigits
static subscript(remainder: UInt8) -> UInt8 { get }
Gets the ASCII value for the given remainder.
static subscript(remainder: UInt8, as _: Character.Type = Character.self) -> Character { get }
Gets the ASCII value for the given remainder as a Character.
Character
static subscript(remainder: UInt8, as _: Unicode.Scalar.Type = Unicode.Scalar.self) -> Unicode.Scalar { get }
Gets the ASCII value for the given remainder as a Unicode.Scalar.
Unicode.Scalar