Haex.Example.PersonRec.PersonRec (haex v0.0.1)

Link to this section Summary

Link to this section Types

Specs

t()

Link to this section Functions

Link to this function

new(name, social_media, age, height, favourite_ice_cream, standard_quote)

Specs

new(
  name :: String.t(),
  social_media :: [Haex.Example.SocialMedia.t()],
  age :: integer(),
  height :: float(),
  favourite_ice_cream :: String.t(),
  standard_quote :: String.t()
) :: t()