Type alias MoveFunctionGenericTypeParam

MoveFunctionGenericTypeParam: {
    constraints: MoveAbility[];
}

Move function generic type param

Type declaration

  • constraints: MoveAbility[]

    Move abilities tied to the generic type param and associated with the function that uses it

Generated using TypeDoc