Is there a way of writing the following in swift?
static void * const SomeContext = (void*)&SomeContext;
I understand that static is used in structs and enums for declaring type methods. Not sure what could substitute this.
Is there a way of writing the following in swift?
static void * const SomeContext = (void*)&SomeContext;
I understand that static is used in structs and enums for declaring type methods. Not sure what could substitute this.