You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll need to verify each element that is in the list with a custom checker function. The use case is to allow only specific type of integers (int32, uint32, stb.) added to the list.
The checker function signature should be something like typedef ValueCheckFunction<E> = void Function(E x);
The text was updated successfully, but these errors were encountered:
I'll need to verify each element that is in the list with a custom checker function. The use case is to allow only specific type of integers (int32, uint32, stb.) added to the list.
The checker function signature should be something like
typedef ValueCheckFunction<E> = void Function(E x);
The text was updated successfully, but these errors were encountered: