Add entries() method #3

Merged
vlw merged 2 commits from refs/pull/3/head into master 2023-10-09 13:32:07 +02:00
vlw commented 2023-10-09 13:28:55 +02:00 (Migrated from codeberg.org)

This PR adds a new static method that will return an associative array of string Enum names and values. Similar to JavaScript's Object.entries()

This PR adds a new static method that will return an associative array of string Enum names and values. Similar to JavaScript's [Object.entries()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries)
Sign in to join this conversation.
No description provided.