KeyLengthSpecification.this

Constructor for variable length keys

  1. this(size_t keylen)
  2. this(size_t min_k, size_t max_k, size_t k_mod)
    struct KeyLengthSpecification
    public
    this
    (
    size_t min_k
    ,
    size_t max_k
    ,
    size_t k_mod = 1
    )

Parameters

min_k size_t

the smallest supported key length

max_k size_t

the largest supported key length

k_mod size_t

the number of bytes the key must be a multiple of

Meta