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
The Expressions section on Pattern Language has a subsection for type operators where sizeof and addressof are introduced yet nothing is said about typenameof. Maybe the reason is that typenameof is not defined as a provider operator (typenameof($) returns an error).
If addressof($) returns the base address of the input and sizeof($) returns the size of the input maybe typenameof($) should return the name of the input file which is kind of hard to get using the provider library function.
The text was updated successfully, but these errors were encountered:
So, this being an issue in the docs repo, I'd recommend only requesting that typenameof be added to docs here, while the feature request that typenameof($) returns the name of the input file be forwarded to pattern language repository.
The
Expressions
section on Pattern Language has a subsection for type operators wheresizeof
andaddressof
are introduced yet nothing is said abouttypenameof
. Maybe the reason is thattypenameof
is not defined as a provider operator (typenameof($)
returns an error).If
addressof($)
returns the base address of the input andsizeof($)
returns the size of the input maybetypenameof($)
should return the name of the input file which is kind of hard to get using the provider library function.The text was updated successfully, but these errors were encountered: