args

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

Meta