MarkovChain.select

Returns a token generated from the internal set of states, based on the tokens previously generated. If no token can be produced, null is returned.

  1. T select()
  2. Nullable!(Unqual!T) select()
    struct MarkovChain(T)
    Nullable!(Unqual!T)
    select
    ()
    ()
    if (
    !isAssignable!(T, typeof(null))
    )

Meta