PairCreationDisablingSpec

A Spec in the context of which Kotlin's kotlin.to is disabled to avoid conflicts with similarly named spec-defined functions.

Inheritors

Functions

Link copied to clipboard
open infix fun <A, B> A.to(that: B): Pair<A, B>