libpostald ~master (2020-04-21T15:14:51Z)
Dub
Repo
Postal
postal
Undocumented in source.
struct
Postal {
import
std
.
array
:
empty
,
front
;
;
import
std
.
string
:
fromStringz
,
toStringz
;
;
import
libpostal
;
;
@
safe
static
bool
hasBeenInited
;
static
PostalAddress
parse
(string input, string language, string country);
}
Members
Static functions
parse
PostalAddress
parse
(string input, string language, string country)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
hasBeenInited
bool
hasBeenInited
;
Undocumented in source.
Meta
Source
See Implementation
postal
structs
Postal
PostalAddress