mutableMap

fun <K, V> FakeContext.mutableMap(size: Int = FiktionConfig.Map.size(), key: FakeContext.() -> K, value: FakeContext.() -> V): MutableMap<K, V>

Generates a mutable map using key and value.