vesp
03/15/2023, 8:26 PMfun Float.convertDpToPx(): Float = this * Resources.getSystem().displayMetrics.density
What is that technique called where its structured fun <TYPE>.<FUNCTION_NAME>(...).....
. Is this called a class extension?ephemient
03/15/2023, 8:34 PM