extractTypes

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string[] extractTypes()
    string[]
    extractTypes
    (
    T
    )
    ()
    if (
    (
    !isArray!T &&
    !isAssociativeArray!T
    )
    ||
    isSomeString!T
    )
  2. string[] extractTypes()
  3. string[] extractTypes()

Meta