Signo
v0.0.1
Pages
Modules
Mix
Tasks
Search documentation of Signo
Settings
View Source
Signo.AST.String
(Signo v0.0.1)
A string value.
Summary
Types
t()
Functions
new(string)
Types
Link to this type
t()
View Source
@type
t() :: %Signo.AST.String{value:
binary
() | nil}
Functions
Link to this function
new(string)
View Source
@spec
new(
binary
()) ::
t
()