Document.sizeKey

@param key, which size needs to be calculated @return the number of bytes taken up by the key in the HiBON serialized stream

  1. size_t sizeKey(const(char[]) key)
    struct Document
    @nogc static pure
    size_t
    sizeKey
    (
    const(char[]) key
    )
  2. size_t sizeKey(uint key)