Добавлена возможность получить список устаревших элементов

main
serr 2025-01-06 12:59:19 +03:00
parent 237da6e002
commit 34afa23b01
1 changed files with 0 additions and 23 deletions

View File

@ -191,29 +191,6 @@ func (c *Cache) Size() int {
return size return size
} }
// ПОДДЕРЖИВАЕМЫЕ ТИПЫ:
// Bool +
// Int +
// Int8 +
// Int16 +
// Int32 +
// Int64 +
// Uint +
// Uint8 +
// Uint16 +
// Uint32 +
// Uint64 +
// Uintptr +
// Float32 +
// Float64 +
// Complex64 +
// Complex128 +
// Array +
// Func +
// Map +
// Slice +
// String +
// Struct
func isize(i interface{}) int { func isize(i interface{}) int {
if i == nil { if i == nil {
return 0 return 0