kmath-core
/
space.kscience.kmath.expressions
/
set
common
set
operator fun <
T
>
MutableMap
<
String
,
T
>.
set
(symbol:
Symbol
, value:
T
)
Content copied to clipboard
operator fun <
T
>
MutableMap
<
Symbol
,
T
>.
set
(string:
String
, value:
T
)
Content copied to clipboard
Set a value of
String
-keyed map by a
Symbol