Pair Wrapper
封装 Kotlin 标准库中的 kotlin.Pair,表示一个包含两个值的通用元组。
该接口用于在脚本环境中操作 Pair 对象,提供了访问其两个组成部分(first 和 second)的方法。
Author
M8Test, [email protected], https://m8test.com
Parameters
A
第一个值的类型。
B
第二个值的类型。
See also
Functions
Link copied to clipboard
如果 ObjectWrapper