memory

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Size

type Size int
const (
	B  Size = 1 << (10 * iota) // 1 << (10*0)
	KB                         // 1 << (10*1)
	MB                         // 1 << (10*2)
	GB                         // 1 << (10*3)
	TB                         // 1 << (10*4)
	PB                         // 1 << (10*5)
	EB                         // 1 << (10*6)
)

func (Size) String

func (b Size) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL