- Kotlin Standard Library Cookbook
- Samuel Urbanowicz
- 60字
- 2021-07-23 19:05:49
Getting ready
Kotlin range expressions—represented by the ClosedRange interface—implement a contains(value: T): Boolean function, which returns an information if a given parameter belongs to the range. This feature makes it convenient to use ranges together with control flow instructions. The contains() function has also its equivalent operator, in, and its negation, !in.
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- 機(jī)器學(xué)習(xí)系統(tǒng):設(shè)計(jì)和實(shí)現(xiàn)
- INSTANT FreeMarker Starter
- Python忍者秘籍
- Nginx實(shí)戰(zhàn):基于Lua語(yǔ)言的配置、開發(fā)與架構(gòu)詳解
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- Robot Framework Test Automation
- 城市信息模型平臺(tái)頂層設(shè)計(jì)與實(shí)踐
- Python程序設(shè)計(jì):基礎(chǔ)與實(shí)踐
- 詩(shī)意的邊緣
- Mastering React Test:Driven Development
- 計(jì)算機(jī)視覺實(shí)戰(zhàn):基于TensorFlow 2
- jQuery權(quán)威指南
- 移動(dòng)智能系統(tǒng)測(cè)試原理與實(shí)踐
- Mastering Java 11