# Functions
CanCopyFrom returns if src can be copied to dst This returns true if src can fit in dst and len(src)>0.
CanCopyTo returns if src can be copied to dst This returns true if src can fit in dst and len(src)>0.
CanFitCopyFrom returns if dst is large enough to fit src if src has a element size of `size`.
CanFitCopyTo returns if dst is large enough to fit src if dst has a element size of `size`.
IsSafeSlice returns if the given type is a slice or array, with a element type that can be safely converted to bytes.
# Constants
uint16Bytes the number of bytes in an uint16.
uint32Bytes the number of bytes in an uint32.
uint64Bytes the number of bytes in an uint64.
No description provided by the author
# Variables
Error to be used by sub packages.
Error to be used by sub packages.
Error to be used by sub packages.
# Interfaces
Provider a provider.