Structures

The following structures are available globally.

  • Represents a key for hooks. Hook keys are meant to be stored statically with an extension for reuse. Creating two hook keys with the same raw values but different types lead to undefined behavior.

    See more

    Declaration

    Swift

    public struct HookEvent<RK, AT, RT> : Hashable where RK : HookAction