SimpleStrings

Undocumented in source.

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(string[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
toSiryulType
string[] toSiryulType()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string[] toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromSiryulType
SimpleStrings fromSiryulType(string[] val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

str
ubyte[Length] str;
Undocumented in source.

Meta