FROST Core TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Type Alias ElementOf<G>

    ElementOf: G extends Group<Field, infer E> ? E : never

    Helper type to extract the element type from a Group.

    Type Parameters

    • G