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
Proposal issue for adding a fields.keys method with signature:
keys: func() -> list<field-key>
This is useful for cases where the caller might want to filter which keys to get values for, as opposed to fields.entries which returns value data for every key.
The text was updated successfully, but these errors were encountered:
peterhuene
changed the title
Suggestion: add a fields.keys method.
Proposal: add a fields.keys method.
Dec 17, 2023
Proposal issue for adding a
fields.keys
method with signature:This is useful for cases where the caller might want to filter which keys to get values for, as opposed to
fields.entries
which returns value data for every key.The text was updated successfully, but these errors were encountered: