getValueIgnoreCase

inline fun <V> getValueIgnoreCase(map: Map<String, V>, key: String, ignoreCase: Boolean): Option<V>