View Source Flamel.Map.Safely (flamel v1.10.0)

Helpers for working with maps safely. Don't use this all the time but sometimes you want to be as safe as possible.

Summary

Functions

Safely get a value out of Map/Struct

Functions

@spec get(map() | struct(), function() | atom()) :: any()

Safely get a value out of Map/Struct

@spec get(map() | struct(), function() | atom(), any()) :: any()