DestructExpression typedef

DestructExpression = void Function(int)

Definition for Function lookup see destructExpression

Implementation

typedef DestructExpression = void Function(int);