package
1.0.0-rc.3
Repository: https://github.com/iotaledger/hive.go.git
Documentation: pkg.go.dev

# Interfaces

No description provided by the author
ComparableStringer is a constraint that returns a comparable type via Key() and a string representation via String().
Complex is a constraint that permits any complex numeric type.
Deserializable is a type constraint that ensures that the type can be deserialized from bytes.
Float is a constraint that permits any floating-point type.
Integer is a constraint that permits any integer type.
No description provided by the author
Numeric is a constraint that permits any numeric type: any type that supports the numeric operators.
Ordered is a constraint that permits any ordered type: any type that supports the operators < <= >= >.
Ptr is a helper type to create a pointer type.
Serializable is a type constraint that ensures that the type can be serialized to bytes.
Signed is a constraint that permits any signed integer type.
Unsigned is a constraint that permits any unsigned integer type.