Update frontmatter data

This commit is contained in:
Angelos Chalaris
2023-04-28 22:29:23 +03:00
parent 705e4e097d
commit 8850e3dfbe
577 changed files with 1731 additions and 1678 deletions

View File

@ -1,9 +1,9 @@
---
title: Initialize array with reversed range
tags: array
type: snippet
tags: [array]
cover: interior-4
firstSeen: 2018-01-16T17:09:39+02:00
lastUpdated: 2020-10-20T23:02:01+03:00
dateModified: 2020-10-20T23:02:01+03:00
---
Initializes an array containing the numbers in the specified range (in reverse) where `start` and `end` are inclusive with their common difference `step`.