Update frontmatter data

This commit is contained in:
Angelos Chalaris
2023-04-28 22:24:23 +03:00
parent 2578b88fc9
commit 5313f911ac
160 changed files with 480 additions and 479 deletions

View File

@@ -1,9 +1,9 @@
---
title: Map dictionary values
tags: dictionary
type: snippet
tags: [dictionary]
cover: pineapple-laptop
firstSeen: 2019-08-20T15:34:30+03:00
lastUpdated: 2020-11-02T19:28:27+02:00
dateModified: 2020-11-02T19:28:27+02:00
---
Creates a dictionary with the same keys as the provided dictionary and values generated by running the provided function for each value.