natario1
02/12/2021, 11:23 AMNumber
is a class as opposed to an interface, any hints?Ilmir Usmanov [JB]
02/12/2021, 11:26 AMnatario1
02/12/2021, 11:37 AMinline class Amount(val specialNumberNotation: String) : Number { ... }
Ky Leggiero
02/14/2021, 5:34 AMinterface Numerical
that Number
conforms to. Hopefully that'll happen someday; I really love using that kinda stuff in Swiftelect
02/15/2021, 3:55 PMHullaballoonatic
02/17/2021, 12:11 AMlouiscad
03/09/2021, 3:22 PMclass MyData : CharSequence, List<Int>, Number() {
...
}