ObjectStorage.contents

Get the contents of storage as associative array.

class ObjectStorage(Type = Object, KeyType = string)
inout
inout(Type[const(KeyType)])
contents
()

Return Value

Type: inout(Type[const(KeyType)])

TypeKeyType the contents of storage.

Meta