T trait

FromDigits [T]

extends Object

A typeclass for types that admit numeric literals.

Supertypes

Object

Members

def 

fromDigits

( digits: String ) : T

Convert 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