StaticLRUCache.length

Returns the number of items in the cache.

struct StaticLRUCache(Key, Value, size_t cacheSize)
@property const pure nothrow @safe @nogc
size_t
length
()

Meta