RedisStripped.unstrippedMemberIndices

Undocumented in source.
struct RedisStripped(T, bool strip_id = true)
alias unstrippedMemberIndices = indicesOf!(Select!(strip_id, isRedisTypeAndNotID, isRedisType), T.tupleof)

Meta