Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b9c9b91

Browse files
authored
Merge pull request #611 from wclodius2/hash_maps
Hash maps
2 parents 3028a36 + bcf6aad commit b9c9b91

13 files changed

+6066
-2
lines changed

‎doc/specs/index.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Specifications (specs)
44

55
# Fortran stdlib Specifications (specs)
66

7-
This is and index/directory of the specifications (specs) for each new module/feature as described in the
7+
This is an index/directory of the specifications (specs) for each new module/feature as described in the
88
[workflow document](../Workflow.html).
99

1010
[TOC]
@@ -16,7 +16,8 @@ This is and index/directory of the specifications (specs) for each new module/fe
1616
- [bitsets](./stdlib_bitsets.html) - Bitset data types and procedures
1717
- [error](./stdlib_error.html) - Catching and handling errors
1818
- [hash](./stdlib_hash_procedures.html) - Hashing integer
19-
vectors or character strings
19+
vectors or character strings
20+
- [hashmaps](./stdlib_hashmaps.html) - Hash maps/tables
2021
- [io](./stdlib_io.html) - Input/output helper & convenience
2122
- [kinds](./stdlib_kinds.html) - Kind parameters
2223
- [linalg](./stdlib_linalg.html) - Linear Algebra

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /