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

    Type Alias ScalarOf<F>

    ScalarOf: F extends Field<infer S> ? S : never

    Helper type to extract the scalar type from a Field.

    Type Parameters

    • F