Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils.collections
/
MapUtils
/
getCast
get
Cast
inline
fun
<
T
:
Any
,
K
>
getCast
(
map
:
Map
<
K
,
*
>
,
key
:
K
)
:
Option
<
T
>