package com.ustadmobile.lib.util actual fun sharedMutableMapOf(vararg pairs: Pair) = mutableMapOf(*pairs)