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
P4 uses array syntax for header stacks, which are declared like arrays of a header type and can be indexed with normal (C/java) array indexing syntax, but also support some added special features (push/pop/next/last methods) which work on the header's valid bits.
Should we consider arrays of non-header types? These could not support those special methods, but could be used as normal arrays.
The text was updated successfully, but these errors were encountered:
P4 uses array syntax for header stacks, which are declared like arrays of a header type and can be indexed with normal (C/java) array indexing syntax, but also support some added special features (push/pop/next/last methods) which work on the header's valid bits.
Should we consider arrays of non-header types? These could not support those special methods, but could be used as normal arrays.
The text was updated successfully, but these errors were encountered: