Entries returns the map key value pairs as EntryExpr values.
()
| 213 | type MapExpr interface { |
| 214 | // Entries returns the map key value pairs as EntryExpr values. |
| 215 | Entries() []EntryExpr |
| 216 | |
| 217 | // Size returns the number of entries in the map. |
| 218 | Size() int |
no outgoing calls