Update handle_map doc string

This commit is contained in:
Jeroen van Rijn
2026-02-25 17:33:33 +01:00
parent 2a9c5fd5e1
commit a7b2471a26

View File

@@ -1,5 +1,5 @@
/*
Handle-based map using fixed-length arrays.
Handle-based map using either fixed-length arrays, or exponential arrays from "core:container/xar".
Example:
import hm "core:container/handle_map"