markov ~master (2022-03-27T03:48:23.8425553)
Dub
Repo
JsonDecoder
markov
json
decoder
Undocumented in source.
struct
JsonDecoder (
T
) {
MarkovChain
!
T
decode
(string input);
}
Members
Functions
decode
MarkovChain
!
T
decode
(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
markov
json
decoder
functions
decodeJSON
structs
JsonDecoder