operator [] method
Gets the mapping function for a specific type
Implementation
MapFunction? operator [](Type type) {
return map[type];
}
Gets the mapping function for a specific type
MapFunction? operator [](Type type) {
return map[type];
}