View Source API Reference TypedStructor v0.1.5

Modules

TypedStructor is a library for defining structs with types effortlessly. (This library is a rewritten version of TypedStruct because it is no longer actively maintained.)

The definition struct that holds the TypedStructor options, fields and parameters.

This module defines the plugin behaviour for TypedStructor.

This plugin implements the Access behavior for the struct by delegating the fetch/2, get_and_update/3, and pop/2 functions to the Map module.