View Source API Reference ext v1.4.0

Modules

Ext.Date provides helper functions related to Date.

Ext.Enum provides helper functions related to Enum.

Ext.Functor is a protocol for data that can be mapped over. Unlike Enum.map, which always returns a list, Ext.Functor.map returns the same data structure as the input. For example, mapping over a list returns a list while mapping over a map returns a map.

Ext.LenientMap provides helper functions related to Map by treating string and atom keys as equivalent.

Ext.Nil provides helper functions for values that can potentially be nil.

Ext.Random provides helper functions to produce random values. Note that these functions are not suitable for cryptographic use.

Ext.String provides helper functions related to strings.