easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
StringPair
easyd
string
Undocumented in source.
struct
StringPair {
string
first
;
string
second
;
this
(string f, string s);
}
Constructors
this
this
(string f, string s)
Undocumented in source.
Members
Variables
first
string
first
;
Undocumented in source.
second
string
second
;
Undocumented in source.
Meta
Source
See Implementation
easyd
string
functions
concat
contains
countChar
cutEnd
decPoint
getEnd
grow
inputLine
posOf
replacePH
subStr
structs
StringPair