dave08
10/29/2024, 9:04 AMList.size()
... or maybe I can just use the property on the list straight from the List<Int>
parameter in the KomapperCommand? If so, why are there all those functions on CharSequence and String? It seems like I'm not getting any compile errors when using /* listParam.size */
so does that mean it works?dave08
10/29/2024, 9:24 AM.size
DOES work... so the docs are really just saying you can call whatever functions on your parameter objects?Toshihiro Nakamura
10/29/2024, 10:04 AMdave08
10/29/2024, 10:21 AM