operator fun component(name: String): Type // Could be used for accessing maps: operator fun Map.component(key: String): V = this[key]