contains

inline operator fun KList.contains(data: VoidPointer): Boolean

Check if this KList contains a value matching data


inline operator fun SList.contains(data: VoidPointer): Boolean

Check if this SList contains a value matching data