maps/

directory
v0.0.0-...-b2ac4ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2022 License: Apache-2.0

Directories

Path Synopsis
Sample program to show how to initialize a map, write to it, then read and delete from it.
Sample program to show how to initialize a map, write to it, then read and delete from it.
Sample program to show how maps behave when you read an absent key.
Sample program to show how maps behave when you read an absent key.
Sample program to show how only types that can have equality defined on them can be a map key.
Sample program to show how only types that can have equality defined on them can be a map key.
Sample program to show how to declare, initialize and iterate over a map.
Sample program to show how to declare, initialize and iterate over a map.
Sample program to show how to walk through a map by alphabetical key order.
Sample program to show how to walk through a map by alphabetical key order.
Sample program to show that you cannot take the address of an element in a map.
Sample program to show that you cannot take the address of an element in a map.
Sample program to show how maps are reference types.
Sample program to show how maps are reference types.
Declare and make a map of integer values with a string as the key.
Declare and make a map of integer values with a string as the key.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL