FromDigits [T]
extends ObjectA typeclass for types that admit numeric literals.
Supertypes
ObjectMembers
def
fromDigits
( digits: String ) : TConvert digits string to value of type T
digits can contain
- sign + or -
- sequence of digits between 0 and 9
Convert digits string to value of type T
digits can contain
- sign + or -
- sequence of digits between 0 and 9