| list {SMRUCC.Rsharp.Runtime.Internal.Object} | .NET clr documentation |
A tuple paired list object model
# namespace SMRUCC.Rsharp.Runtime.Internal.Object
export class list extends RsharpDataObject {
# get all values collection from the slots symbol.
data: iterates(any) kind;
elementType: RType;
is_empty: boolean;
# gets the list.slots collection size
length: integer;
slots: list;
}
data: iterates(any) kindelementType: RType