From e3628e454a3c7b81941ee5f97f352670c408c571 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Thu, 4 Apr 2024 16:12:34 +0000 Subject: [PATCH] build based on 601f126 --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 15fdbc5..e7fc99c 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-03T20:34:06","documenter_version":"1.3.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-04T16:12:31","documenter_version":"1.3.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 1a49cab..979d798 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -WeakKeyIdDicts.jl · WeakKeyIdDicts.jl

WeakKeyIdDicts.jl

WeakKeyIdDicts.WeakKeyIdDictType
WeakKeyIdDict([itr])

WeakKeyIdDict() constructs a hash table where the keys are weak references to objects which may be garbage collected even when referenced in a hash table.

See Dict for further help. Note, unlike Dict, WeakKeyIdDict does not convert keys on insertion, as this would imply the key object was unreferenced anywhere before insertion.

See also WeakRef, WeakKeyDict.

source

Non-exported functions and types

+WeakKeyIdDicts.jl · WeakKeyIdDicts.jl

WeakKeyIdDicts.jl

WeakKeyIdDicts.WeakKeyIdDictType
WeakKeyIdDict([itr])

WeakKeyIdDict() constructs a hash table where the keys are weak references to objects which may be garbage collected even when referenced in a hash table.

See Dict for further help. Note, unlike Dict, WeakKeyIdDict does not convert keys on insertion, as this would imply the key object was unreferenced anywhere before insertion.

See also WeakRef, WeakKeyDict.

source

Non-exported functions and types