arrow-core-data / arrow.core / Const / just
fun <A, T> ~~just~~(a: A): Const<A, T> Deprecated: This constructor is duplicated with Const. Use Const instead.
fun <A, T> ~~just~~(a: A):
Const
<A, T>
Do you like Arrow?