envs

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto envs(Storage!(Object, string) storage)
  2. auto envs(Storage!(Object, string) storage, T init)
  3. auto envs(R locator, string storageId)
    envs
    (
    T
    R : Locator!()
    )
    (,
    string storageId = "parameters"
    )
    if (
    !is(R : Storage!(Object, string)) &&
    is(T == struct)
    )

Meta