scalus.compiler.intrinsics.MapReprRules
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
empty: Unit -> Map[K, V] — handled through Apply-based factory intrinsic
empty: Unit -> Map[K, V] — handled through Apply-based factory intrinsic
Attributes
Convert first arg (key) to default data representation — map keys are always Data.
Convert first arg (key) to default data representation — map keys are always Data.
Attributes
singleton: (K, V) -> Map[K, V] — curried, so inner apply returns Fun(V, Map[K,V])
singleton: (K, V) -> Map[K, V] — curried, so inner apply returns Fun(V, Map[K,V])
Attributes