Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
No edit summary
Line 50:
Finally, the [[GLib]] library also supports associative arrays, along with many other advanced data types and is the recommended implementation of the GNU Project.[https://developer.gnome.org/glib/stable/glib-Hash-Tables.html]
 
Similar to [[GlibGLib]], [[Apple Inc.|Apple]]'s cross-platform [[Core Foundation]] framework provides several basic data types. In particular, there are reference counted CFDictionary and CFMutableDictionary.
 
=== [[C Sharp (programming language)|C#]] ===