Chameleon.Keyword (chameleon v2.3.0)
Link to this section Summary
Functions
Creates a new color struct.
Link to this section Types
Specs
t() :: %Chameleon.Keyword{keyword: String.t()}
Link to this section Functions
Link to this function
new(keyword)
Specs
Creates a new color struct.
Examples
iex> _keyword = Chameleon.Keyword.new("lime")
%Chameleon.Keyword{keyword: "lime"}