Join Slack
Powered by
What is the correct way to replicate the behavior ...
# kotlin-native
s
Sam Garfinkel
06/25/2019, 5:28 PM
What is the correct way to replicate the behavior of a
static void*
attribute in Kotlin? Specifically a static reference to a function pointer. Does
val foo = staticCFunction(::<FunName>)
do this correctly?
d
Dominaezzz
06/25/2019, 6:16 PM
Pretty much.
2
Views
Open in Slack
Previous
Next