fieldLookup

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto fieldLookup(R src)
  2. auto fieldLookup(R src)
    fieldLookup
    (
    alias genKey
    bool useTruthiness = false
    R
    )
    (
    R src
    )
    if (
    isRandomAccessRange!R &&
    is(typeof(genKey(src.front)))
    )

Meta