ExIbge.Bngb.DictionaryEntry (ex_ibge v0.4.0)

Copy Markdown View Source

Struct representing a BNGB dictionary entry with translations.

Summary

Types

t()

@type t() :: %ExIbge.Bngb.DictionaryEntry{
  label_en: String.t() | nil,
  label_es: String.t() | nil,
  label_pt: String.t() | nil,
  term: String.t() | nil
}

Functions

from_entry(arg1)

@spec from_entry({String.t(), map()} | nil) :: t() | nil