Skip to content

Commit

Permalink
Clarify membersof.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jul 20, 2024
1 parent 52ed512 commit 7dd4300
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/content/docs/references/docs/reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,11 @@ Returns the maximum value of the type (only valid for integer and float types).

*Only available for bitstruct, struct and union types.*

Returns an array containing the fields in a bitstruct, struct or union. The
elements have the *compile time only* type of `member_ref`,
Returns a *compile time* list containing the fields in a bitstruct, struct or union. The
elements have the *compile time only* type of `member_ref`.

*Note: As the list is an "untyped" list, you are limited to iterating and accessing it at
compile time.*

struct Baz
{
Expand Down

0 comments on commit 7dd4300

Please sign in to comment.