mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 06:38:20 +00:00
Update handle_map doc string
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user