Skip to content

Commit

Permalink
I am incompetent
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller committed Jul 2, 2024
1 parent d2f5a52 commit e2d4a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-02-persistent-hash-map-part-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The previous posts in this series are:

# Transiency

I refer you to the [discussion]({{site.baseurl}}{% post_url 2023-02-18-PersisentVector-part-3 %}) of transiency in the `PersistentVector` series.
I refer you to the [discussion]({{site.baseurl}}{% post_url 2023-02-18-PersistentVector-part-3 %}) of transiency in the `PersistentVector` series.

As for `PersistentVector`, `PersistentHashMap` supports interfaces such as `IEditableCollection`, `ITransientCollection`, `ITransientAssociative`. There is one additional, map-specific transiency inteface:

Expand Down

0 comments on commit e2d4a33

Please sign in to comment.