ingest

Ingests arguments by the given provider T T must either have a decrypt or hash function present.

Remarks: - If T has a hash function present, the output will be the output of the hash function serialized as a string. - If T has a decrypt function present, the output will be the output of the decryption function.

  1. auto ingest(ARGS args)
    static
    ingest
    (
    T
    ARGS...
    )
    (
    ARGS args
    )
  2. auto ingest(ARGS args)

Meta