KECS / com.juanmedina.kecs.entity / Entity / pair pair¶ fun <reified T :Any, reified K :Any> pair():Pair<T, K> Creates a Pair from two components types. This can be use for a Destructuring declaration.