MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / toPair

Function toPair

src/main/java/fieldbox/boxes/plugins/SimpleSnapHelper.kt:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89val Rect.xw: Float
90 get() {
91 return this.x + this.w;
92 }
93
94private fun <A, B> kotlin.Pair<A, B>.toPair(): Pair<A, B> {
95 return field.utility.Pair(this.first, this.second)

Callers

nothing calls this directly

Calls 1

PairMethod · 0.80

Tested by

no test coverage detected