Join Slack
Powered by
`identity` in arrow is a universal polymorphic fun...
# arrow
r
raulraja
05/18/2019, 3:18 PM
identity
in arrow is a universal polymorphic function for any type that represents no effect:
Copy code
fun <A> A.identity(): A = this fun <A> identity(a: A): A = a
2
Views
Open in Slack
Previous
Next