DifferenceAB

fun interface DifferenceAB<A, B>

Functions

Link copied to clipboard
abstract operator fun invoke(a: A, b: B): Int