<@U27V3QABX> the key has to be part of the signatu...
# getting-started
c
@andre.artus the key has to be part of the signature:
interface Model<in K : Comparable<K>, out T> { fun find(key: K): T? }