You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While LIST itself is specified in format spec (protobuf), the element type does not specified anyhow and serialization the protobuf will result in just "list". But in C++ implementation it is list<element_type>, for example, list<float>.