Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cat 增加新属性 #4

Merged
merged 2 commits into from
Sep 7, 2022
Merged

Cat 增加新属性 #4

merged 2 commits into from
Sep 7, 2022

Conversation

ForliyScarlet
Copy link
Collaborator

val cat = ...
val size: Int = cat.size
val key = cat.keyAt(0)
val keyOrNull = cat.keyAtOrNull(0)
val value = cat.valueAt(0)
val valueOrNull = cat.valueAtOrNull(0)

val isEmpty = cat.isEmpty()
val isNotEmpty = cat.isNotEmpty()

@ForliyScarlet ForliyScarlet merged commit 01de483 into main Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants