Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: keys() and values() funcs for map variables #2198

Merged
merged 1 commit into from
Jun 2, 2015
Merged

Conversation

phinze
Copy link
Contributor

@phinze phinze commented Jun 2, 2015

they work on maps with both keys and values that are string types, which
AFAICT are the only types of maps we have right now.

closes #1915

they work on maps with both keys and values that are string types, which
AFAICT are the only types of maps we have right now.

closes #1915
@phinze
Copy link
Contributor Author

phinze commented Jun 2, 2015

cc @mitchellh on the StringType question

@mitchellh
Copy link
Contributor

Yeah this looks right. Really sad, but right.

@phinze
Copy link
Contributor Author

phinze commented Jun 2, 2015

O InterpSplitDelim K InterpSplitDelim !

😛

phinze added a commit that referenced this pull request Jun 2, 2015
core: keys() and values() funcs for map variables
@phinze phinze merged commit b5a2383 into master Jun 2, 2015
@radeksimko radeksimko deleted the f-keys-values branch June 2, 2015 22:33
@dannietjoh
Copy link

I think it would be nice to have this in the documentation

@edmundcraske
Copy link
Contributor

Seems like these still aren't documented?

@phinze
Copy link
Contributor Author

phinze commented Jul 28, 2016

Hi @edmundcraske - these are documented in master and they'll be deployed to the website w/ the final 0.7 release! 👍

@ghost
Copy link

ghost commented Apr 23, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Map helper functions: keys(), values()
5 participants